6 ms·
Bun is awesome. The only thing missing, for me at least, is streaming support (specifically for Server Sent Events [1]). Not sure if this release fixes it. Nev
by shri_krishna 3y ago
Bun is awesome. The only thing missing, for me at least, is streaming support (specifically for Server Sent Events [1]). Not sure if this release fixes it.
Nevertheless, have moved on to Go for servers so I don't really feel the need to go back to a Typescript/Javascript environment again. Rust is awesome for low level stuff. So quite happy with the combo of Go (for servers) and Rust (for everything else backend).
[1]: https://github.com/oven-sh/bun/issues/2443 https://github.com/oven-sh/bun/issues/2443
- ignoramous 3y agoFull duplex streaming (which Deno supports) would be even nicer. Not yet part of the WHATWG Streams: https://github.com/whatwg/fetch/issues/1254 https://github.com/whatwg/fetch/issues/1254