gobayeux

Implementation of Bayeux protocol from CometD for Go

APACHE-2.0 License

Stars
9

gobayeux

Bayeux protocol library compatible with CometD and Faye servers.

Documentation

Installation

go get github.com/sigmavirus24/gobayeux/v2

Status

Library provides a basic set of features to start getting notification over long-polling transport.

Protocol compliance

  • Handshake
  • Connect/Disconnect
  • Subscribe/Unsubscribe
  • Publish and Delivery event messages
  • The long-polling transport
  • The callback-polling transport
  • The websocket transport

Authors

  • @sigmavirus24
  • @L11R

License

Apache 2.0