mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 09:50:27 +00:00
4dd8bae5c9
* Update dependencies * Update module to go 1.17
5 lines
365 B
Markdown
5 lines
365 B
Markdown
# DDP in Go
|
|
|
|
[Meteor](https://meteor.com) 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. |