Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

Awesome NodeJS key notes

Awesome

Now, time is changing, maintainable and scalable are the most important in system development. NodeJS is the minialist javascript runtime build for web services. This repository is about some key-note when i learn nodeJS. Begin from node low-artchiture to node-module, node-framework.

NodeJS Roadmap 2019:

https://github.com/aliyr/Nodejs-Developer-Roadmap

NodeJS Core 💗 💗 💗

NodeJS Popular Frameworks 🚀 🚀 🚀

  • Express: fast, unopinionated, minimalist web framework for Node.js. The most popular framework Nodejs.

  • Sails: makes it easy to build custom, enterprise-grade Node.js apps. Realtime framework MVC for NodeJS.

  • Hapi: a rich framework for building applications and services hapi enables developers to focus on writing reusable application logic instead of spending time building infrastructure. Hapi.js is a powerful Node.js framework for building application programming interfaces (APIs) and other software applications.

  • Fastify: a node.js framework that is designed to be the replacement of express.js with a 65% better performance. See benchmarks

  • FeatherJS: a framework for real-time applications and REST APIs

  • More: Popular fw and category, Top 5 fw 2019

NodeJS Interesting Module 🌱 🌱 🌱

  • body-parser: Node.js body parsing middleware.
  • multer: Node.js middleware for handling multipart/form-data.
  • passport.js: Simple, unobtrusive authentication for Node.js
  • pg: a collection of node.js modules for interfacing with your PostgreSQL database, support for callbacks, promises, async/await, connection pooling, prepared statements, cursors, streaming results, C/C++ bindings, rich type parsing, and more!
  • express-promise-router: A lightweight wrapper for Express 4's Router that allows middleware to return promises
  • proxymise: Chainable Promise Proxy. Lightweight ES6 Proxy for Promises with no additional dependencies. Proxymise allows for method and property chaining without need for intermediate then() or await for cleaner and simpler code.
  • likely.js: A javascript library for collaborative filtering and recommendation engines designed for node.js
  • ethereum/web3.js: Ethereum JavaScript API
  • tensorflow/tfjs-node: A JavaScript library for training and deploying ML models https://js.tensorflow.org
  • nodemon: Monitor for any changes in your node.js application and automatically restart the server - perfect for development http://nodemon.io/
  • mongoose: elegant mongodb object modeling for node.js

NodeJS Preformance 📈 📈 📈

NodeJS fullstack 🎉 🎉 🎉

Design Pattern 🎨 🎨 🎨

Express view engine 🌴 🌴 🌴

  • ejs: view engine that i like most -> write like pure html.
  • pug: the most popular view engine for nodejs.
  • hbs: express view engine wrapper for Handlebars
  • hjs: hogan.js NPM package for express 3.x (hjs)
  • twig: twig.js is a pure JavaScript implementation of the Twig PHP templating language
  • vash: Vash, the 60 billion double-dollar template-maker. Razor syntax, for JavaScript templates

NodeJS Related

NodeJS prerequisite 🌻 🌻 🌻

Docker Nodejs

Helpful resources 👧 👧 👧

NodeJS Vietnamese 📔 📔 📔

Related repo:

You can’t perform that action at this time.