MongoDB session store for Express and Connect
Simple pub/sub messaging for the web
koa generic session store by memory, redis or others
git@github.com:stalniy/ucast.git
git@github.com:stalniy/ucast.git
A message bus client in Javascript
A database migration tool for MongoDB in Node
generate random IDs and avoid collisions
MongoDB session store for connect/express built by MongoDB
LiveReload JS client - auto reload browser on changes
A MongoDB plugin for whatsapp-web.js library
TypeScript definitions for hat
Sanitize your express payload to prevent MongoDB operator injection.
An API for interacting with a MongoDB document or modifier
Transform objects to MongoDB update instructions
TypeScript definitions for migrate-mongo
Session store adapters for Telegraf
Convert form parameters to an object using the same logic as Rack
Simple session middleware for Express
Icon library from the Storybook team
[](https://circleci.com/gh/mycodeself/mongo-migrate-ts)
Helper to sanitize mongodb queries against query selector injections
The ultimate Node.js library for populating your MongoDB database.
Secure, stateless, and cookie-based session library for JavaScript
Rack session store for MongoDB
A simple way to load your sessions from a MongoDB store
require 'mongo' require 'rake_session_mongo' $db=Mongo::Client.new ["localhost:27017"], :database=>'test' configure do use Rack::Session::Mongo,:collection=>$db[:session] end