This project is a reverse proxy server that supports WebSocket connections. It forwards incoming requests to the appropriate backend services based on the subdomain of the request.
- Reverse proxy for HTTP and WebSocket requests
- Dynamic routing based on subdomain
- Simple in-memory database for storing backend service information
- Node.js
- Docker
- Docker Compose