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 database migration tool for MongoDB in Node
A message bus client in Javascript
MongoDB session store for connect/express built by MongoDB
generate random IDs and avoid collisions
LiveReload JS client - auto reload browser on changes
TypeScript definitions for hat
A MongoDB plugin for whatsapp-web.js library
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
Session store adapters for Telegraf
TypeScript definitions for migrate-mongo
Convert form parameters to an object using the same logic as Rack
Simple session middleware for Express
[](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.
Casbin Watcher based on MongoDB Change Streams
Icon library from the Storybook team
A simple way to load your sessions from a MongoDB store
Rack session store for MongoDB
require 'mongo' require 'rake_session_mongo' $db=Mongo::Client.new ["localhost:27017"], :database=>'test' configure do use Rack::Session::Mongo,:collection=>$db[:session] end