a web socket proxy that rox!
Once project dependencies are installed, start up the development environment:
- Ensure Docker is running
- Run
make dev.upfrom your terminal. This will spin up a simple mock local environment with a client and three upstream backend servers - To start the actual roxy proxy run
make run
To experiment with the proxy open http://localhost:8080.
Run make help to see other available utilities that can be useful for local development and tests