NodeJS apps
Blogs20122012-07-16
NodeJS packages for quick retrieving
Here I list some Node.js packages for quick retrieving:
- Twitter Bootstrap:
Simple and flexible HTML, CSS, and JavaScript for popular user interface components and interactions. - Less CSS:
The dynamic Stylesheet language. LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side(Chrome, Safari, Firefox) and server-side, withNode.jsand Rhino. - Everyauth:
Authentication and authorization(password, facebook, twitter & more) forNode.js. - Mongooes-auth:
User authentication plugin for mongooseNode.jsORM - Node-inspector:
Node Inspector is a debugger interface forNode.jsusing the WebKit Web Inspector. - Jade:
Jade is a high performance HTML template engine. - Backbone:
Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface. - MongoDB:
MongoDB is a scalable, high-perfomance, open-sourceNoSQLDatabase. - Redis:
Redis is an open source, advanced Key-value store. It is often referred to as a data structure server since Keys can contain strings, hashes, lists, sets and sorted sets.
These modules can be found in github which can use npm install or git clone directly; for others, use wget, or apt-get to install.
