The current websocket example shows how to route based upon method and path, and also how to include a pre-existing websocket handler in those routes. I think it would be useful to instead omit the routing and show how to make a custom websocket handler, the routing can be taken from the routing examples.
Hello!
The current websocket example shows how to route based upon method and path, and also how to include a pre-existing websocket handler in those routes. I think it would be useful to instead omit the routing and show how to make a custom websocket handler, the routing can be taken from the routing examples.
Thanks, Louis