Eric Li writes about the process of Optimizing WebSockets Bandwidth. I found the degree to which things like byte alignment, enums, struct packing, and other low level techniques matter here to be interesting. “All the complexity of assembler with the efficiency of javascript.”
Useful article on optimizing WebSocket Bandwidth
Leave a Reply