An open API service indexing awesome lists of open source software.

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

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)