initial commit
[map.git] / honeymap-master / proxy / README.md
1 HoneyMap nodejs-http-proxy
2 ==========================
3
4 Use this to multiplex nginx (for static content) and
5 the honeymap nodejs backend (for socket.io content)
6 on the same port (80).
7
8 HAProxy HTTP/WebSocket multiplexing
9 ===================================
10
11 Alternatively you can use the haproxy.cfg in this directory to offer HTTP and
12 Websockets on the same frontend port, with the services in the backend running
13 on different ports.