Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmeasday/ruby-ddp-client
https://github.com/tmeasday/ruby-ddp-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/ruby-ddp-client
- Owner: tmeasday
- Created: 2012-07-19T04:16:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-16T23:27:42.000Z (almost 11 years ago)
- Last Synced: 2024-10-04T16:58:18.599Z (3 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
Ruby DDP Client
===============**NOTE**: Please go here for a more up-to-date version: https://github.com/knubie/ruby-ddp-client
A first stab at a DDP client for ruby. Uses [faye-websocket](https://github.com/faye/faye-websocket-ruby), an EventMachine based websocket client.
Here's an example of how it's used: [Augmenting Meteor](http://bindle.me/blog/index.php/726/augmenting-meteor-plugging-gaps-with-external-services).