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
  • 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 - web middleware for node.js
  • Sequest - Simplified API for SSH and SFTP similar to Request.
  • Faker.js - generate massive amounts of fake data in Node.js and the browser
  • SuperAgent - elegant Restful and asynchronous HTTP client
  • Node Config - environment-aware YAML configurations for Node
  • Brain - Neural network library
  • Nodetime - Performance profiler for Node.js
  • Monk: The wise MongoDB API
  • v8 Profiler - node bindings for the v8 profiler. Integrates into Node Inspector for the UI
  • MySQL library by Felix Geisendörfer. I use this one out of many similar ones. Pick your poison.
  • Smartass JSON CLI - A "json" command for massaging JSON on your Unix command line. This is just a CLI utility, not for use in production code.
  • Handlebars: Mustache-compatible templating engine for Javascript (hbs is the Express.js plugin for the same).
  • Cookies - Streamlined cookie management
  • cld.js - Javascript port of the Compact Language Detector from Chromium
  • Moment.js: Powerful utility for working with dates and times
  • Share.js Live Concurrent Editing (client-side script)
  • Commander.js: a nifty tool-box of command-line utilities (parser, prompter etc)
  • Nomnom - Very nifty command-line options parser
  • Prompt: Command-line prompt for Node.js
  • Forever: Make sure node.js script runs forever
  • JSDom: DOM Implementation in Javascript
  • Sinon: Standalone test spies, stubs and mocks for JavaScript. No dependencies, works with any unit testing framework.
  • Node Walk: Recursive file listing, port of Python's os.walk()

Browser Javascript:-

  • At.js - Github-like mention autocompletes for your textboxes.
  • Caret.js - Get caret position or offset from input or textarea.
  • Laconic - intuitive approach to generating DOM content
  • Keymaster - A simple micro-library for defining and dispatching keyboard shortcuts.
  • HeyOffline.js - Detect network connectivity loss and alert user

Streams:-


More can be found here:-



Comments

Popular posts from this blog

The right questions to ask when you want to switch your job

Deploying Node.js Apps to AWS EC2 with Docker

You never know how strong you are until being strong is the only choice you have