How can i use websocket and chi on the same port? I also dont know which websocket lib to use.
yes it works great with anything websockets
try https://github.com/gorilla/websocket
use the .Handle() method in chi to handle a websocket request with the websocket upgrader
Most helpful comment
yes it works great with anything websockets
try https://github.com/gorilla/websocket
use the
.Handle()method in chi to handle a websocket request with the websocket upgrader