5 repository-uri
Resources for building, debugging, and optimizing server-side applications.
Explore 5 awesome GitHub repositories matching part of an awesome list · Node.js Development. Refine with filters or upvote what's useful.
This project is a structured Node.js programming course and educational guide designed to teach JavaScript backend development. It provides a sequence of workshops and interactive tutorials that focus on the fundamentals of the Node.js runtime and its core modules. The material emphasizes asynchronous programming, specifically covering non-blocking I/O, callback patterns, and event-driven architecture. It includes a practical exploration of the core API for managing network applications, file system operations, and binary data. The curriculum covers module management and dependency resolutio
Introduction to Node.js development philosophy.
This project is a curated educational guide and instructional resource for the Node.js runtime environment. It serves as a comprehensive introduction to core concepts, including asynchronous programming tutorials, network application primers, and guides on the module system and stream API. The material focuses on the fundamental building blocks of server-side development, specifically how to create reusable code packages and manage project dependencies via a module manifest. It provides detailed instruction on building programs that communicate over HTTP and TCP protocols to exchange data acr
Provides a comprehensive resource for building server-side applications that handle concurrent network connections.
Acest proiect este un ghid de stil JavaScript și un standard de codare Node.js conceput pentru a asigura crearea unui cod consistent, mentenabil și lizibil. Acesta servește drept referință cuprinzătoare pentru convențiile de denumire, formatare și modelele arhitecturale. Proiectul oferă un template de configurare pentru linting care permite aplicarea automată a acestor standarde. Aceasta include presetări de linting predefinite și o bază de reguli utilizate pentru a efectua verificări de logică și formatare automată în întregul codebase. Liniile directoare acoperă o gamă largă de capabilități de standardizare, inclusiv formatarea codului și a fișierelor, implementarea unor modele de codare specifice și definirea convențiilor de denumire pentru identificatori. Aceste standarde sunt aplicate prin configurații automate de linting pentru a menține calitatea în fluxurile de lucru de dezvoltare.
Defines coding patterns and style guidelines optimized for the Node.js runtime environment.
If you want to improve these best practices in any way please don't hesitate to create a pull request.
Curated collection of Node.js development standards.