You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/gopackage/ddp
Wim 4dd8bae5c9
Update dependencies (#1610)
* Update dependencies

* Update module to go 1.17
3 years ago
..
.gitignore Update dependencies (#1610) 3 years ago
LICENSE Update dependencies (#1610) 3 years ago
README.md Update dependencies (#1610) 3 years ago
client.go Update dependencies (#1610) 3 years ago
collection.go Update dependencies (#1610) 3 years ago
doc.go Update dependencies (#1610) 3 years ago
messages.go Update dependencies (#1610) 3 years ago
stats.go Update dependencies (#1610) 3 years ago
time.go Update dependencies (#1610) 3 years ago
utils.go Update dependencies (#1610) 3 years ago

README.md

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.