Description
Provides a bridge between WAI and the Haskell websockets package. This lets a web application handle normal HTTP requests and WebSocket connections in a coordinated server stack.
It is useful for chat, live updates, dashboards, collaborative tools, and APIs that need persistent browser connections. Developers should handle authentication, origin checks, limits, and connection cleanup carefully.