Are there any frameworks that just use websockets rather than traditional web fraweworks?
Perhaps you want this:
I made a proof-of-concept using gorilla/websocket
a while ago that might also be of use:
1 Like
Thanks Dean, thats really helpful!