https://github.com/gopackage/ddp
MeteorJS DDP library for Golang
https://github.com/gopackage/ddp
hacktoberfest meteor
Last synced: 2 months ago
JSON representation
MeteorJS DDP library for Golang
- Host: GitHub
- URL: https://github.com/gopackage/ddp
- Owner: gopackage
- License: isc
- Created: 2015-06-11T17:54:19.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T04:15:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T05:31:29.450Z (3 months ago)
- Topics: hacktoberfest, meteor
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 15
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.