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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rust-lang/rustAvatar rust-lang

    rust-lang/rust

    114,066Vezi pe 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
    Vezi pe GitHub↗114,066
  • alsotang/node-lessonsAvatar alsotang

    alsotang/node-lessons

    16,450Vezi pe 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
    Vezi pe GitHub↗16,450
  • ezlippi/tinyhttpdAvatar EZLippi

    EZLippi/Tinyhttpd

    12,153Vezi pe 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
    Vezi pe GitHub↗12,153
  • antirez/smallchatAvatar antirez

    antirez/smallchat

    7,509Vezi pe 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
    Vezi pe GitHub↗7,509
  • workshopper/learnyounodeW

    workshopper/learnyounode

    7,390Vezi pe 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
    Vezi pe GitHub↗7,390
  • azat-co/practicalnodeAvatar azat-co

    azat-co/practicalnode

    3,787Vezi pe 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
    Vezi pe 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

Explorează sub-etichetele

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