sigmavirus24 / gobayeux

Implementation of Bayeux protocol from CometD for Go

Home Page:https://pkg.go.dev/github.com/sigmavirus24/gobayeux/v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of Bayeux protocol from CometD for Go

https://pkg.go.dev/github.com/sigmavirus24/gobayeux/v2

License:Apache License 2.0


Languages

Language:Go 99.6%Language:Makefile 0.4%