Route HTTP upgrade requests to the WebSocket server.
Accept a JSON-RPC connection on the given path. A path supports the route syntax: https://github.com/rcs/route-parser#what-can-i-use-in-my-routes.
Accept a web socket connection on the given path. A path supports the route syntax: https://github.com/rcs/route-parser#what-can-i-use-in-my-routes.
Prefer JSON-RPC connections or web socket channels over web sockets. Clients can handle only limited amount of web sockets and excessive amount can cause performance degradation. All JSON-RPC connections and web socket channels share the single web socket connection.
Accept a web socket channel on the given path. A path supports the route syntax: https://github.com/rcs/route-parser#what-can-i-use-in-my-routes.
Accept a raw JSON-RPC connection on the given path. A path supports the route syntax: https://github.com/rcs/route-parser#what-can-i-use-in-my-routes.