/gobayeux

Primary LanguageGoApache License 2.0Apache-2.0

gobayeux

🍴 Forked from sigmavirus24/gobayeux, because that library is missing a recent version release, and the author's status says "🌴 Taking a break from F/OSS indefinitely".

Bayeux protocol library compatible with CometD and Faye servers.

Documentation

Installation

go get github.com/mars/gobayeux

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