6 repositorios
Resources for building, debugging, and optimizing server-side applications.
Explore 6 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.
Este proyecto es una guía de estilo de JavaScript y un estándar de codificación de Node.js diseñado para garantizar la creación de código consistente, mantenible y legible. Sirve como una referencia integral para convenciones de nomenclatura, formato y patrones arquitectónicos. El proyecto proporciona una plantilla de configuración de linting que permite la aplicación automática de estos estándares. Esto incluye ajustes preestablecidos de linting y una base de reglas utilizadas para realizar comprobaciones de lógica y formato automático en toda la base de código. Las directrices cubren una amplia gama de capacidades de estandarización, incluyendo el formato de código y archivos, la implementación de patrones de codificación específicos y la definición de convenciones de nomenclatura para identificadores. Estos estándares se aplican a través de configuraciones de linting automatizadas para mantener la calidad en los flujos de trabajo de desarrollo.
Defines coding patterns and style guidelines optimized for the Node.js runtime environment.
This project provides a comprehensive architectural framework and set of standardized patterns for building, securing, and scaling production-ready Node.js applications. It serves as a foundational guide for establishing consistent development workflows, operational observability, and reliable service integration across distributed software systems. The framework distinguishes itself by emphasizing a schema-first approach to API development, ensuring that interface definitions drive the creation of server stubs, client libraries, and type definitions. It promotes a cloud-native posture by int
Establishes standardized workflows, dependency management, and operational observability practices for Node.js service development.
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.