Posts

Showing posts from March, 2016

Important Node.js Modules which you gonna use while working as front-end developer

    Most Important Node.js Modules NodeBootstrap  Node app skeleton with best practices sprinkled all over Connect Middleware Nodejitsu Nodeapps  sample apps Nodejitsu Open Source  open-source projects from Nodejitsu Eric Elliott's List Joyent's Catalogue of Node modules BestieJS  - A collection of modules/libraries that promote solid browser/environment support, ES5 precedents, unit testing, and documentation. Express  Web-framework for Node.js Async.js  - Asynchronous (and functional programming) utilities for Node.js and browser Koa.js  - Expressive middleware for node.js using generators, created by the same people as Express.js Step  An async control-flow library that makes stepping through logic easy Grunt  task-based command line build tool for JavaScript projects Gulp  streaming, DSL-based build system. Passport  Powerful authentication middleware for Node.js Connect ...