Socket.io, Express.js and Mongodb combo which let you work smoothly on the client side with documents. This module contain CRUD management which connect with wacom, wrcom and wvcom.
waw add MODULE_NAME REPO_LINK BRANCH
waw add
This function accept configuration for ['create', 'get', 'fetch', 'update', 'unique', 'delete']
for the selected module.
waw.crud(module, config)
waw.mongoUrl
waw.store
waw.router(api)
waw.app
Function which accept middlewares for express management in the same way with app.use, just make sure it's callback before all other routes
waw.use(callback)
waw.set_middleware(which, callback)
waw.middleware(which, req, res, next)
waw.next
waw.ensure
Thanks for your interest in contributing! Read up on our guidelines for contributing and then look through our issues with a help wanted label.