awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesNode.js

Curated collections of advanced Node.js topics and backend concepts for senior-level interview preparation.

Distinct from Interview Preparation Guides: Distinct from Interview Preparation Guides: focuses specifically on Node.js runtime and backend engineering rather than general interview preparation.

Explore 5 awesome GitHub repositories matching education & learning resources · Node.js. Refine with filters or upvote what's useful.

Awesome Node.js GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • elemefe/node-interviewالصورة الرمزية لـ ElemeFE

    ElemeFE/node-interview

    10,491عرض على GitHub↗

    This project is a structured catalog of server-side development questions and advanced Node.js concepts designed for senior-level interview preparation. It focuses on backend engineering topics including architecture, performance, and system design, while also covering Node.js internals, async patterns, and production debugging. The resource organizes interview topics into a navigable knowledge graph of interconnected concepts and subtopics, with explicit cross-references linking related ideas together. Content is presented through a question-driven learning path that guides the learner from

    A curated collection of advanced Node.js topics and backend concepts for senior-level interview preparation.

    HTMLinterviewnodejs
    عرض على GitHub↗10,491
  • chyingp/nodejs-learning-guideالصورة الرمزية لـ chyingp

    chyingp/nodejs-learning-guide

    6,874عرض على GitHub↗

    This project is a learning guide and collection of study notes designed to teach Node.js backend development. It provides a comprehensive core API reference and practical demonstrations for implementing server-side logic, network programming, and system APIs. The guide specifically covers advanced technical domains including process management for scaling applications via clusters and child processes, as well as network programming for building TCP, UDP, and HTTP services. It also includes detailed instructional material on security implementation, focusing on cryptographic hashing and encryp

    Serves as a comprehensive learning guide and study note collection for Node.js backend development.

    Rubycryptoexpressnodejs
    عرض على GitHub↗6,874
  • socketcluster/socketclusterالصورة الرمزية لـ SocketCluster

    SocketCluster/socketcluster

    6,197عرض على GitHub↗

    Highly scalable realtime pub/sub and RPC framework

    Provides the core Node.js engine for managing persistent WebSocket connections and realtime data distribution.

    JavaScriptdockerframeworkjavascript
    عرض على GitHub↗6,197
  • santiq/bulletproof-nodejsالصورة الرمزية لـ santiq

    santiq/bulletproof-nodejs

    5,770عرض على GitHub↗

    Implementation of a bulletproof node.js API 🛡️

    Provides a production-ready template for structuring Node.js REST APIs with layered services and modular architecture.

    TypeScriptagendajsboilerplateexpress
    عرض على GitHub↗5,770
  • rohan-paul/awesome-javascript-interviewsالصورة الرمزية لـ rohan-paul

    rohan-paul/Awesome-JavaScript-Interviews

    3,734عرض على GitHub↗

    This project is a technical interview repository and a curated collection of study guides designed for backend, frontend, and full-stack engineering evaluations. It provides a JavaScript interview guide and a comprehensive question bank of solved coding challenges and algorithmic problems to prepare developers for job screenings. The resource extends beyond core language skills to include a frontend development syllabus covering DOM fundamentals and accessibility, a backend architecture reference for server-side concepts and distributed systems, and a full-stack study resource for the MERN st

    Provides advanced study materials on Node.js runtime internals, event loops, and streams for backend evaluations.

    JavaScriptchallengescssexpressjs
    عرض على GitHub↗3,734
  1. Home
  2. Education & Learning Resources
  3. Interview Preparation Guides
  4. Node.js

استكشف الوسوم الفرعية

  • API Architecture PatternsProduction-grade patterns for structuring Node.js REST APIs with layered services, dependency injection, and modular loaders. **Distinct from Node.js:** Distinct from general Node.js interview guides: focuses on architectural patterns and production structuring rather than interview preparation.
  • Realtime EnginesNode.js-based engines for managing persistent WebSocket connections, channel subscriptions, and event-driven data distribution. **Distinct from Node.js:** Distinct from general Node.js runtime: focuses on realtime WebSocket and pub/sub engine capabilities, not the runtime itself.