immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
favila 2017-11-08T16:12:10.000250Z

How does one control the type of received and sent messages over websockets? I want to send and receive either bytes or input/outputstreams of utf-8 text without going through strings.

favila 2017-11-08T16:12:49.000146Z

if I send bytes or streams the websocket message tags it as bytes and the browser client gets a blob instead of a string

favila 2017-11-08T16:13:20.000124Z

(also curious how, if I send/recv strings, the server knows what encoding to use)