Skip to content

olegp/tokenize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tokenize

This is a work in progress attempt to implement the Parse.com REST API using Common Node and Mongo Sync.

To run, first install Common Node with npm install common-node -g then:

git clone git://github.com/olegp/tokenize.git
cd tokenize
npm install
common-node index.js

Then, use curl to connect to the server on port 8080, e.g.:

 curl -d '{"test":"test"}' http://localhost:8080/classes/notes
 curl http://localhost:8080/classes/notes

About

An open implementation of the Parse.com REST server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published