Skip to content

nuadnoi32/go.websocket-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Websocket Chat

This is a websocket-based chat library with examples; it uses Garyburd's websocket library, and is deeply inspired by his examples. Please see http://gary.beagledreams.com/page/go-websocket-chat.html for more details.

Usage

Connections represent websocket connections from individual users. Those users can register with hubs, which are, in essence, chat rooms. Messages sent to a hub will be received by every user subscribed to a hub (i.e., to every user who has connected via a websocket which has not timed out or been closed).

See the "examples" section for working usage examples.

About

A chat library using websockets and golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%