5 dépôts
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.
Ce projet est un guide de style JavaScript et une norme de codage Node.js conçus pour garantir la création de code cohérent, maintenable et lisible. Il sert de référence complète pour les conventions de nommage, le formatage et les modèles architecturaux. Le projet fournit un modèle de configuration de linting qui permet l'application automatique de ces normes. Cela inclut des préréglages de linting prédéfinis et une base de règles utilisées pour effectuer des vérifications logiques et un formatage automatique à travers une base de code. Les directives couvrent un large éventail de capacités de standardisation, y compris le formatage du code et des fichiers, l'implémentation de modèles de codage spécifiques et la définition de conventions de nommage pour les identifiants. Ces normes sont appliquées via des configurations de linting automatisées pour maintenir la qualité tout au long des flux de travail de développement.
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.