Skip to content
/ cruds Public

Easy create, read, update, delete, subscribe and unsubscribe entity interfacing for node.js and mongodb

Notifications You must be signed in to change notification settings

ksnabb/cruds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUDS

Build Status

CRUDS aims to provide a fast and easy way to create and expose mongodb collections for crud functionality through REST and websockets with optional real-time subscribe and unsubscribe functionality throught a websocket interface. CRUDS depends on express and socket.io to create the REST and Websocket endpoints. The REST is fully compatible with backbone.js models.

  1. Install with npm npm install cruds

  2. In your express app cruds = require("cruds")(<optional mongodb connection string>)

  3. Set endpoints with cruds.set(name, app?, socketio?)

More documentation can be found here.

A GIST on how to make CRUDS work with express and socket.io can be found here.

About

Easy create, read, update, delete, subscribe and unsubscribe entity interfacing for node.js and mongodb

Resources

Stars

Watchers

Forks

Packages

No packages published