blob: 7ae713b9e89b8489d019edabe6ea24f2e04f81da (
plain) (
blame)
1
2
3
4
5
|
# 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.
|