1 个仓库
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 1 awesome GitHub repository matching web development · WebSocket Implementations. Refine with filters or upvote what's useful.
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.