awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Socket and Protocol Layering · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesSocket and Protocol Layering

Low-level implementations for handling raw sockets, TCP listeners, and fundamental network protocol stacks.

Explore 4 awesome GitHub repositories matching system administration & monitoring · Socket and Protocol Layering. Refine with filters or upvote what's useful.

  1. Home
  2. System Administration & Monitoring
  3. Administrative Operations
  4. Linux System Administration
  5. Networking
  6. Socket and Protocol Layering

Awesome Socket and Protocol Layering GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • jwasham/coding-interview-university

    jwasham/coding-interview-university

    337,188GitHubView on GitHub↗

    This project is a comprehensive educational roadmap designed to guide software engineers through the mastery of computer science fundamentals and technical interview preparation. It provides a structured, dependency-aware learning path that organizes complex computing concepts into a hierarchical curriculum, enabling u

    algorithmalgorithmscoding-interview
  • avelino/awesome-go

    avelino/awesome-go

    165,543GitHubView on GitHub↗

    This project serves as a comprehensive language ecosystem index, functioning as a centralized, community-curated directory for the Go programming language. It organizes a vast landscape of software components, libraries, and development tools into a structured, navigable hierarchy, enabling developers to efficiently di

    Goawesomeawesome-listgo
  • rust-lang/rust

    rust-lang/rust

    110,533GitHubView on 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 m

    Rustcompilerlanguagerust
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript

Explore sub-tags

  • Network Protocol ImplementationsLibraries and implementations that facilitate communication between systems using standard networking protocols and models.
  • Socket ManagementLow-level interfaces for managing socket communication and underlying network protocol tasks.
  • TCP ListenersMechanisms for accepting and handling incoming network connections.