https://github.com/sigmavirus24/gobayeux
Implementation of Bayeux protocol from CometD for Go
https://github.com/sigmavirus24/gobayeux
bayeux bayeux-protocol cometd go golang http
Last synced: about 1 year ago
JSON representation
Implementation of Bayeux protocol from CometD for Go
- Host: GitHub
- URL: https://github.com/sigmavirus24/gobayeux
- Owner: sigmavirus24
- License: apache-2.0
- Created: 2020-06-07T23:22:49.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T02:51:58.000Z (about 1 year ago)
- Last Synced: 2025-04-06T10:09:17.437Z (about 1 year ago)
- Topics: bayeux, bayeux-protocol, cometd, go, golang, http
- Language: Go
- Homepage: https://pkg.go.dev/github.com/sigmavirus24/gobayeux/v2
- Size: 1.12 MB
- Stars: 9
- Watchers: 4
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
# gobayeux
[](https://pkg.go.dev/github.com/sigmavirus24/gobayeux/v2)
[](https://github.com/sigmavirus24/gobayeux/actions?query=workflow:Test)
[](https://github.com/sigmavirus24/gobayeux/actions?query=workflow:Build)
[](https://github.com/sigmavirus24/gobayeux/actions?query=workflow:Lint)
Bayeux protocol library compatible with [CometD](https://cometd.org/)
and [Faye](https://faye.jcoglan.com/) servers.
### Documentation
- [API Reference](https://pkg.go.dev/github.com/sigmavirus24/gobayeux/v2)
- [Protocol specification](https://docs.cometd.org/current/reference/#_bayeux)
### Installation
```bash
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
- [x] Handshake
- [x] Connect/Disconnect
- [x] Subscribe/Unsubscribe
- [ ] Publish and Delivery event messages
- [x] The long-polling transport
- [ ] The callback-polling transport
- [ ] The websocket transport
### Authors
- @sigmavirus24
- @L11R
### License
Apache 2.0