awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesWebSocket Implementations

Practical guides and code examples for integrating WebSocket communication into web applications.

Distinguishing note: Focuses on the implementation details of WebSockets rather than the protocol theory.

Explore 2 awesome GitHub repositories matching web development · WebSocket Implementations. Refine with filters or upvote what's useful.

Awesome WebSocket Implementations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ashishps1/awesome-system-design-resourcesAvatar ashishps1

    ashishps1/awesome-system-design-resources

    38,781Vezi pe GitHub↗

    This project is a comprehensive, community-driven knowledge repository designed to support software engineers in mastering distributed systems and architectural design. It functions as a structured compendium of engineering principles, providing a centralized index of patterns, trade-offs, and best practices required for building scalable and reliable software infrastructure. The repository distinguishes itself through a highly organized taxonomy that connects complex technical concepts into a cohesive learning path. It features a categorized collection of system design interview problems, ra

    Provides practical implementation examples for WebSocket servers and clients.

    Javaawesomebackendcomputer-science
    Vezi pe GitHub↗38,781
  • kemalcr/kemalAvatar kemalcr

    kemalcr/kemal

    3,881Vezi pe GitHub↗

    Kemal is a high-performance web framework for the Crystal language, designed for building scalable APIs and web applications. It provides a natively compiled web server environment that leverages ahead-of-time compilation to maximize request speed and minimize memory overhead. The framework is distinguished by a middleware-based routing engine that uses pattern-matching and a chainable pipeline for flexible request filtering. It includes a dedicated server-side template engine for generating dynamic HTML and a WebSocket communication server for bidirectional real-time messaging and state broa

    Implements a WebSocket server that maps specific routes to bidirectional communication handlers.

    Crystal
    Vezi pe GitHub↗3,881
  1. Home
  2. Web Development
  3. WebSocket Implementations

Explorează sub-etichetele

  • Protocol ImplementationsSoftware libraries that implement specific network communication protocols to ensure client compatibility. **Distinct from WebSocket Implementations:** Focuses on the server's adherence to a specific protocol standard for interoperability, not just a general WebSocket implementation.