Skip to content

godwhoa/wsrooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websocket rooms

A rewrite of an old websocket server with rooms. Update:This code is old and probably has race conditions.

Testing it out

# install
go get -v github.com/godwhoa/wsrooms
go get -v github.com/lafikl/telsocket

# run server
go run *.go

# connect the client
telsocket -url ws://localhost:8080/ws/test

TODO:

  • Clients talking to other clients
  • Fix the crash

About

websockets rooms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages