5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 22:42:31 +00:00
matterbridge/vendor/github.com/gopackage/ddp
Wim 4dd8bae5c9
Update dependencies (#1610)
* Update dependencies

* Update module to go 1.17
2021-10-17 00:47:22 +02:00
..
.gitignore Update dependencies (#1610) 2021-10-17 00:47:22 +02:00
client.go Update dependencies (#1610) 2021-10-17 00:47:22 +02:00
collection.go Update dependencies (#1610) 2021-10-17 00:47:22 +02:00
doc.go Update dependencies (#1610) 2021-10-17 00:47:22 +02:00
LICENSE Update dependencies (#1610) 2021-10-17 00:47:22 +02:00
messages.go Update dependencies (#1610) 2021-10-17 00:47:22 +02:00
README.md Update dependencies (#1610) 2021-10-17 00:47:22 +02:00
stats.go Update dependencies (#1610) 2021-10-17 00:47:22 +02:00
time.go Update dependencies (#1610) 2021-10-17 00:47:22 +02:00
utils.go Update dependencies (#1610) 2021-10-17 00:47:22 +02:00

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.