I am using websockets to transfer video-y images from a server, written in Go, to a client which is an HTML page. My experience shared below is with Chrome.
I receive im
You can do flow-control on WebSocket connections (based on TCP backpressure adaption). Here are two links to get you started:
Disclosure: I am original author of Autobahn and work for Tavendo.