monje
v1.1.4
Published
JSTP bindings for MongoDB
Downloads
19
Readme
monje
JSTP bindings for MongoDB. Awesome, right?
What is this?
JSTP is an asynchronous, JSON based, REST-like protocol for the real time web. MongoDB 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 library is needed in order to set up the JSTP Engine, but the endpoint setup is roughly described in the Roadmap so monje can be played with.
In other words, stay tuned!
License
Copyright (C) 2012 Fetcher
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/>.