damminhtien / awesome-nodejs-keynotes

awesome nodejs, key notes when learn nodejs, những ghi chú khi học nodejs :tada:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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.

  • Meteor: Meteor is an ultra-simple environment for building modern web applications.

  • Koa: Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. By leveraging async functions, Koa allows you to ditch callbacks and greatly increase error-handling. Koa does not bundle any middleware within its core, and it provides an elegant suite of methods that make writing servers fast and enjoyable.

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

  • 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
  • helmet: Express.js security with HTTP headers

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: