6 个仓库
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.
该项目是一个 JavaScript 风格指南和 Node.js 编码标准,旨在确保创建一致、可维护且易读的代码。它作为命名约定、格式化和架构模式的综合参考。 该项目提供了一个 Linting 配置模板,允许自动强制执行这些标准。这包括预定义的 Linting 预设和一组用于在整个代码库中执行逻辑检查和自动格式化的规则。 这些指南涵盖了广泛的标准化功能,包括代码和文件格式化、特定编码模式的实现以及标识符命名约定的定义。这些标准通过自动化的 Linting 配置应用于开发工作流中,以保持质量。
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.