awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • elemefe/node-interviewAvatar de ElemeFE

    ElemeFE/node-interview

    10,491Voir sur 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
    Voir sur GitHub↗10,491
  • chyingp/nodejs-learning-guideAvatar de chyingp

    chyingp/nodejs-learning-guide

    6,874Voir sur 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
    Voir sur GitHub↗6,874
  • socketcluster/socketclusterAvatar de SocketCluster

    SocketCluster/socketcluster

    6,197Voir sur 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
    Voir sur GitHub↗6,197
  • santiq/bulletproof-nodejsAvatar de santiq

    santiq/bulletproof-nodejs

    5,770Voir sur 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
    Voir sur GitHub↗5,770
  • rohan-paul/awesome-javascript-interviewsAvatar de rohan-paul

    rohan-paul/Awesome-JavaScript-Interviews

    3,734Voir sur 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
    Voir sur GitHub↗3,734
  1. Home
  2. Education & Learning Resources
  3. Interview Preparation Guides
  4. Node.js

Explorer les sous-tags

  • 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.