monje
Version:
JSTP bindings for MongoDB
43 lines (27 loc) • 1.55 kB
Markdown
monje
=====
JSTP bindings for MongoDB. Awesome, right?
What is this?
-------------
[JSTP](https://github.com/Fetcher/jstp-rfc) is an asynchronous, JSON based, REST-like protocol for the real time web. [MongoDB](http://www.mongodb.org/) is an awesome NoSQL database.
And **monje** is a tool to interact with the MongoDB via JSTP. **monje** provides, via JSTP, a nice REST-like interface, but faster than HTTP and quite more flexible.
How to use?
-----------
### Installation
npm install monje
### API
The API is unstable yet, and some knowledge of JSTP and the [node-jstp](https://github.com/Fetcher/node-jstp) library is needed in order to set up the JSTP Engine, but the endpoint setup is roughly described in the [Roadmap](https://github.com/Fetcher/monje/issues/1) so **monje** can be played with.
In other words, stay tuned!
License
-------
Copyright © 2013 SouthLogics
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.