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
·

6 dépôts

Awesome GitHub RepositoriesServer Implementations

Practical implementations of network servers for educational purposes.

Explore 6 awesome GitHub repositories matching education & learning resources · Server Implementations. Refine with filters or upvote what's useful.

Awesome Server Implementations 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.
  • rust-lang/rustAvatar de rust-lang

    rust-lang/rust

    114,066Voir sur GitHub↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces memory safety through ownership, borrowing, and lifetime annotations, while also offering mechanisms for handling both recoverable and unrecoverable errors. The language includes extensive support for concurrent programming, providing primitives for thread management, shared-stat

    Demonstrates multithreaded network communication and request handling through a practical server implementation.

    Rustcompilerlanguagerust
    Voir sur GitHub↗114,066
  • alsotang/node-lessonsAvatar de alsotang

    alsotang/node-lessons

    16,450Voir sur GitHub↗

    node-lessons is a comprehensive Node.js programming course and instructional guide. It provides a collection of guided lessons and code examples designed to teach the fundamentals of the Node.js runtime and server-side JavaScript development. The project serves as a practical guide for building web servers and backend applications, specifically covering the implementation of HTTP servers, request routing, and middleware chains. It includes specialized instructional material on managing asynchronous JavaScript workflows through promises and flow control, as well as guides for integrating NoSQL

    Teaches the fundamentals of building HTTP servers, defining request routes, and implementing middleware chains in Node.js.

    JavaScriptjavascriptnodejs
    Voir sur GitHub↗16,450
  • ezlippi/tinyhttpdAvatar de EZLippi

    EZLippi/Tinyhttpd

    12,153Voir sur GitHub↗

    Tinyhttpd is a minimal HTTP web server designed to process requests, deliver static files, and execute CGI scripts via network sockets. It serves as an educational implementation for studying the fundamental mechanics of the HTTP protocol and network programming. The server supports the Common Gateway Interface to generate dynamic content by launching external programs as subprocesses. It manages these dynamic requests by redirecting data through pipes and system environment variables. The system provides capabilities for parsing HTTP request methods and URLs, mapping those requests to local

    Provides a lightweight codebase for educational study of network programming and the HTTP protocol.

    C
    Voir sur GitHub↗12,153
  • antirez/smallchatAvatar de antirez

    antirez/smallchat

    7,509Voir sur GitHub↗

    Smallchat is a minimal implementation of a concurrent network server and TCP-based chat system designed as a demonstration of C socket programming. It provides a basic server and client architecture that enables real-time text communication between multiple connected users. The project focuses on the implementation of a networked chat server that handles simultaneous client sessions. It utilizes a centralized broadcasting model to route incoming text from one client to all other active participants. The system manages concurrent client connections and session tracking using socket descriptor

    Provides a practical, educational implementation of a network server that handles concurrent clients.

    C
    Voir sur GitHub↗7,509
  • workshopper/learnyounodeW

    workshopper/learnyounode

    7,390Voir sur GitHub↗

    This project is a guided coding course and interactive tutorial designed to teach the fundamentals of the Node.js runtime and its core modules. It functions as a learning environment where users complete a series of self-guided workshops focused on server construction and asynchronous input and output operations. The system includes an automated exercise validator that verifies the correctness of lesson solutions. This tool checks submitted script files against expected outcomes to provide immediate validation of the user's work. The curriculum covers Node.js programming education through ex

    Offers interactive lessons on the core fundamentals of the Node.js runtime and its built-in modules.

    HTML
    Voir sur GitHub↗7,390
  • azat-co/practicalnodeAvatar de azat-co

    azat-co/practicalnode

    3,787Voir sur GitHub↗

    Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side programming with Node.js. It provides a structured approach to building scalable network services, REST APIs, and real-time applications using asynchronous JavaScript. The project serves as a detailed implementation guide for several core backend patterns, including MongoDB data modeling and the construction of REST API development kits. It emphasizes a specific workflow for Docker containerization and offers a variety of strategies for managing user identity through stateless tok

    Teaches the fundamentals of building HTTP servers, routing, and middleware using the Node.js runtime.

    JavaScriptapressawsaws-ec2
    Voir sur GitHub↗3,787
  1. Home
  2. Education & Learning Resources
  3. Educational Resources
  4. Reference & Media
  5. Books, Docs & Reference
  6. Code Examples
  7. Reference Implementations
  8. Server Implementations

Explorer les sous-tags

  • Node.js Server BasicsFoundational educational implementations of HTTP servers, routing, and middleware specifically for Node.js. **Distinct from Server Implementations:** Specializes in the core fundamentals of Node.js web serving rather than general network server implementations.