Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

Commit

Permalink
moved DDP client-server to own section
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Artemyev committed Jan 28, 2016
1 parent 7e1abeb commit 2d6b688
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ You can use it in any JS environment (Browser, Electron, NW.js, Node.js).
* [LevelUP storage](https://github.com/c58/marsdb-levelup) – lightweight server-less Node.js storage
* [MongoDB wrapper](https://github.com/c58/marsdb-mongo) – use MarsDB for comfortable work with MongoDB
* [Validation via Mongoose](https://github.com/c58/marsdb-validation) – validate objects with Mongoose
* **Meteor compatible** [Client](https://github.com/c58/marsdb-sync-client) / [Server](https://github.com/c58/marsdb-sync-server) synchronizer

## Meteor compatible client/server
Sometimes you can't use Meteor infrastructure. Maybe you need to build a custom client. Maybe you need to build a custom server with express and other modules. In meteor it can be done with a ton of hack. But the only reason why it's so ugly to do a simple things is because Meteor forces you to use their infrastructure. I'm trying to solve this issue with DDP client/server modules, based on MarsDB.

* [DDP client](https://github.com/c58/marsdb-sync-client)
* [DDP server](https://github.com/c58/marsdb-sync-server)

## Examples

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"dependencies": {
"check-types": "^6.0.0",
"double-ended-queue": "^0.9.7",
"eventemitter3": "1.1.1",
"fast.js": "^0.1.1",
"geojson-utils": "^1.1.0",
Expand Down

0 comments on commit 2d6b688

Please sign in to comment.