Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gopackage/ddp

MeteorJS DDP library for Golang
https://github.com/gopackage/ddp

hacktoberfest meteor

Last synced: 3 months ago
JSON representation

MeteorJS DDP library for Golang

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.