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 कोडिंग स्टैंडर्ड है जिसे सुसंगत, बनाए रखने योग्य और पठनीय कोड बनाने के लिए डिज़ाइन किया गया है। यह नामकरण सम्मेलनों, फॉर्मेटिंग और आर्किटेक्चरल पैटर्न के लिए एक व्यापक संदर्भ के रूप में कार्य करता है। यह प्रोजेक्ट एक लिंटिंग कॉन्फ़िगरेशन टेम्प्लेट प्रदान करता है जो इन मानकों के स्वचालित प्रवर्तन की अनुमति देता है। इसमें पूर्व-निर्धारित लिंटिंग प्रीसेट और नियमों का एक आधार शामिल है जिसका उपयोग कोडबेस में लॉजिक चेक और स्वचालित फॉर्मेटिंग करने के लिए किया जाता है। ये दिशानिर्देश मानकीकरण क्षमताओं की एक विस्तृत श्रृंखला को कवर करते हैं, जिसमें कोड और फाइल फॉर्मेटिंग, विशिष्ट कोडिंग पैटर्न का कार्यान्वयन, और आइडेंटिफ़ायर के लिए नामकरण सम्मेलनों की परिभाषा शामिल है। विकास वर्कफ़्लो में गुणवत्ता बनाए रखने के लिए इन मानकों को स्वचालित लिंटिंग कॉन्फ़िगरेशन के माध्यम से लागू किया जाता है।
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.