mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
4dd8bae5c9
* Update dependencies * Update module to go 1.17 |
||
---|---|---|
.. | ||
.gitignore | ||
client.go | ||
collection.go | ||
doc.go | ||
LICENSE | ||
messages.go | ||
README.md | ||
stats.go | ||
time.go | ||
utils.go |
DDP in Go
Meteor DDP library for Go. This library allows Go applications to connect to Meteor applications, subscribe to Meteor publications, read from a cached Collection (similar to minimongo), and call Meteor methods on the server.
See ddp/_examples
for some tips and an example app that walks through all the features of the library.