althafck
8/17/2017 - 2:30 PM

Nodejs framework and libraries to learn

Nodejs framework and libraries to learn

** Things to learn **


  • Expressjs (middleware)
  • Hapijs (middleware) - which is primarily used for rapidly building and testing application programming interfaces (APIs).
  • Sailsjs - Sails.js is another MVC microframework that’s great for data-heavy enterprise-grade apps, and it’s built off of Express.js. It’s used for HTTP requests, with some Ruby on Rails-inspired magic.
  • Socket.io - Socket.io is all about real-time communication and chat apps—the kind of software that hinges on robust event-driven, bidirectional communication between browsers and servers.

  • Electron - for building cross platform apps using web frameworks.