echo-server
echo-server copied to clipboard
An HTTP and WebSocket "echo" server for testing proxies and HTTP clients.
wss from generated self signed cert/key or from mount folder with cert/key
~Blocked by #8~
eg: ```bash # start PORT=8080 APP_ROOT=/app echo-server # access curl localhost:8080/app/ ``` Thx.
Over time memory increases and eventually kills the container.
The server should support serving HTTPS/WSS using a configurable cert chain. If no such configuration is provided it should generate a self-signed certificate on-the-fly.
# Is your feature request related to a problem? Please describe. Hi 👋🏼 In order to combat dockerhub's imposed rate limits it would be great to host these images on...
Hello, Thanks for your great project. I'm using it to test some API gateways. Now I need to test gRPC support. It would be great if this project supported it....