/socket-lobby

Generic lobby server using websockets

Primary LanguageGo

socket-lobby CircleCI

Generic lobby server using websockets

Built with the gorilla chat example as a starting point

nginx

nginx for websockets

location / {
  # proxy_pass http://localhost:????;

  proxy_http_version 1.1;
  proxy_set_header Upgrade $http_upgrade;
  proxy_set_header Connection "upgrade";
}

todo

  • handler tests
  • channel tests?
  • cleanup chat example
  • minify/clean js library