nodejs-basics
Node framework
Provides an introduction to building server-side applications with JavaScript using Node.js
Node.js Basics ( v18.x )
3k stars
51 watching
1k forks
Language: JavaScript
last commit: about 2 months ago
Linked from 1 awesome list
callback-functionscallback-hellevent-driven-programmingnodejsnodejs-interview-questionsrest-api
Related projects:
Repository | Description | Stars |
---|---|---|
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 107,829 |
microsoft/nodejs-guidelines | A centralized resource providing guidelines and best practices for working with Node.js on Microsoft platforms | 2,494 |
nodebb/nodebb | A Node.js-based forum software built with real-time streaming discussions and mobile responsiveness. | 14,231 |
fredkschott/the-node-way | A comprehensive resource on best practices and design patterns for building scalable, maintainable Node.js applications. | 1,492 |
manuelkiessling/nodebeginner.org | A comprehensive resource providing a structured introduction to Node.js programming | 4,032 |
workshopper/learnyounode | An introduction to Node.js through interactive workshops | 7,281 |
workshopper/javascripting | An interactive terminal-based tutorial to learn JavaScript | 2,865 |
nestjs/nest | A framework for building scalable and efficient Node.js applications with TypeScript | 67,804 |
theturtle32/websocket-node | An implementation of the WebSocket protocol for Node.js | 3,757 |
parallel-js/parallel.js | A utility library for parallel computing in JavaScript, utilizing Web Workers and child processes to simplify concurrent execution of tasks. | 3,232 |
nodejs/readable-stream | Provides a Node.js implementation of the core streams classes for userland development | 1,032 |
azat-co/node-patterns | Exploring common pitfalls and solutions in handling asynchronous code, callbacks, and control flow in Node.js applications. | 159 |
tjanczuk/edge | Allows .NET and Node.js code to run together in the same process on multiple platforms | 5,412 |
ellerbrock/nodejs-for-webdeveloper | Comprehensive resource covering Node.js fundamentals, asynchronous programming, and various frameworks for building web applications | 14 |
jsynowiec/node-typescript-boilerplate | A minimalistic project template to jump start a Node.js back-end application in TypeScript. | 2,754 |