gohub

JS Client for Go Hub WebSockets


Keywords
websocket, golang, client
License
MIT
Install
npm install gohub@0.2.0

Documentation

Hub

Terms:

  • Topic: The high level set of conversations around a group of common channels (e.g. chatroom)
  • Room: The identifier for the single instance of a topic (e.g. 42 for the room ID of 42)
  • Channel: The combination of the topic and room (e.g. chatroom:42)