Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/illegalprime/rust-ddp
A Rust Library to connect to ddp servers and talk to Meteor servers.
https://github.com/illegalprime/rust-ddp
Last synced: about 1 month ago
JSON representation
A Rust Library to connect to ddp servers and talk to Meteor servers.
- Host: GitHub
- URL: https://github.com/illegalprime/rust-ddp
- Owner: illegalprime
- License: mit
- Created: 2015-06-20T22:34:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T02:42:12.000Z (over 6 years ago)
- Last Synced: 2024-11-17T10:59:47.058Z (about 2 months ago)
- Language: Rust
- Size: 48.8 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notice
#### Work on this library is blocked by an [issue](https://github.com/cyderize/rust-websocket/issues/49) with the websocket library. [Help me](https://github.com/illegalprime/rust-websocket) with this issue!#### UPDATE: Follow the drama [here](https://github.com/cyderize/rust-websocket/pull/50)!
Thanks for everyone's help!
# rust-ddp
A Rust Library to connect to ddp servers and talk to Meteor servers.
Actual Docs to come soon.... Hold tight guys.## New in v0.0.3
Added support for listening to changes in Mongo Collection such as:
- On Change
- On Remove
- On Added
- On Ready / On Subscription FailedPlus some code cleanup. ALSO: No more compile-time warnings.
## New in v0.0.2
Addition of basic support for MongoCollections!
- Insert
- Remove
- Upsert
- Update
- *Inmove*
- *Resert*Much less warnings & Better method APIs!
## New in v0.0.1
- Support for RPCs
- Server/Client Handshake Implementation
- Random ID generation
- Server Ping supported