Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 3.17 KB

node.js.md

File metadata and controls

52 lines (33 loc) · 3.17 KB

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Learn

books

libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, uvloop, and others.

Frameworks

web

  • express: Fast, unopinionated, minimalist web framework for node.
  • nestjs is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with [[TypeScript]] (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
  • eggjs 🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

Tools

FAQs

Resources