2 repository-uri
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.
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.
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.