Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 432 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 432 Bytes

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