https://github.com/repcomm/pubmarine-go
pub/sub over websockets implemented in go
https://github.com/repcomm/pubmarine-go
Last synced: 10 months ago
JSON representation
pub/sub over websockets implemented in go
- Host: GitHub
- URL: https://github.com/repcomm/pubmarine-go
- Owner: RepComm
- Created: 2024-02-26T20:09:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T04:23:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T08:51:57.390Z (12 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# pubmarine-go
pubmarine is a pub/sub server and client SDK set for
- js
- web client - websocket
- node.js server - websocket / UDP
- lua
- minetest client - UDP
- go
- server - websocket
## TODO before MVP
- authentication
- go
- UDP endpoint
- client implementation
- update js/lua impl to match go, some differencnes exist right now
- go UDP support
- instance array prop partial update / partial subscribe (like Uint8Array without sending entire array upon mutation)