Generic lobby server using websockets
Built with the gorilla chat example as a starting point
location / {
# proxy_pass http://localhost:????;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
- handler tests
- channel tests?
- cleanup chat example
- minify/clean js library