Comment on Show HN: Multiplayer NES Server in 77 Lines of GoComments−mappu11yWhat's the best solution in Go to support graceful degradation for browsers without websockets / networks that disallow it?−jkarneges11ySomething using the SockJS protocol. A quick google search for "sockjs go" brings up multiple options.−rvrv11yMaybe socket.io and go-socket.io. Socket.io support multiple transports.
Comments
What's the best solution in Go to support graceful degradation for browsers without websockets / networks that disallow it?
Something using the SockJS protocol. A quick google search for "sockjs go" brings up multiple options.
Maybe socket.io and go-socket.io. Socket.io support multiple transports.