Socket
Book a DemoInstallSign in
Socket

mydb

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mydb

MyDB realtime server

latest
npmnpm
Version
3.2.0
Version published
Maintainers
2
Created
Source

mydb

MyDB realtime server.

Example

var http = require('http').Server();
var mydb = require('mydb')(http);
http.listen(3000);

That's all there's to it. Point your mydb-client to it, and hook up MongoDB events through mydb-driver or by setting up mydb-tail.

To expose documents with express that you can request with MyDB on the frontend, use mydb-expose.

API

mydb(server)

Attaches the mydb server to a http.Server.

Testing

In order to run the tests

  • Start Redis: redis-server
  • Start MongoDB: mongod
  • Run the tests: make test

License

MIT

FAQs

Package last updated on 17 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts