Skip to content

Browser Wrapper around node-mongodb-native using a node.js server and WebSocket connection

Notifications You must be signed in to change notification settings

fivesixty/mongojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

MongoJS

A client-side scriptable port/wrapping for node-mongodb-native. Uses WebSocket (through compatability layer Socket.IO).

Currently a bit incomplete.

Config

Runs on port 21337 by default. You need to change your client side server connection (client/index.html), and server side listen port (server/server.js).

TODO

  • Clean up server.js to be less hacked together.
  • Add tests
  • Wrap more of the API [accurately].

About

Browser Wrapper around node-mongodb-native using a node.js server and WebSocket connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published