Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.34 KB

gobayeux

PkgGoDev Test Build Lint

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