Skip to content

mpaulweeks/socket-lobby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generic lobby server using websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published