GitXplorerGitXplorer
j

slowserver

public
1 stars
2 forks
4 issues

Commits

List of commits on branch main.
Unverified
10db0fff0f52d045ea8c1639c97fc7ab86436b5a

metrics, livezreadyz, and simplify

jjrwren committed 5 months ago
Verified
fe17934770faac6546fec03b5acd4ff477f3eaaf

Add gzip support (#7)

DDysax committed 7 months ago
Verified
d17b76ef23cb8778387e0c0a3831f0e0c6bbe4b3

Added MIT license file (#6)

DDysax committed 7 months ago
Unverified
d53773132f4a2d4d9e701ebd70d279d3d38ce158

?

jjrwren committed 7 months ago
Unverified
8e1d889fd96424e82c01af31534cb561bcaa9dcc

Dockerfile: golang:1.21.4

jjrwren committed a year ago
Unverified
77cf70d8b9364fd42c82bd49c15a300a11bbe74c

add /connections for testing outbound connections

jjrwren committed a year ago

README

The README file for this repository.

slowserver

Slowserver is a simple web app with an intentionally slow responding endpoint and a websocket echo and websocket pinger endpoint.

This can be useful for testing HTTP clients and proxies.

Also included is wsocat, a command line websocket client.

Running

Use go install to install slowserver and wsocat.

go install github.com/jrwren/slowserver/...

In one shell run the server:

slowserver

Then run wsocat to connect to it:

wsocat ws://localhost:8080/ws-pinger