Mongoose

Mongoose 4.4.3 updated

Mongoose is an intermediary layer between your JavaScript code and a MongoDB database. It takes instructions written in JavaScript, converts them to MongoDB queries, runs them, fetches the results, and makes them available to the JS application as a...

Socket.IO

Socket.IO 1.3.5 updated

It is a server client, a basically simple HTTP Socket interface implementation.Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the different transport mechanisms.Packages for stand-alone...

Stylus

Stylus 0.50.0

Stylus features a very simplistic and easy to learn/use syntax which compiles into usable CSS code.Supports both an indented syntax and a regular CSS style.It is widely used in today's Web development community, especially in Node.js projects.Stylus is...