Saturday 28 March 2020

What could be a good way to send out large data over sockets? (Socket.io)

I have a NodeJS socket.io server to bridge between two web clients. I want to send large data from one to another so I’m splitting it and sending it one piece at a time.It is great, and works, but it’s insanely slow. With that method I achieved a transmission speed of roughly 0.8mb/s locally.What would be a good way to transmit a large amount of data, quick and efficient?

Submitted March 29, 2020 at 03:01AM by TheNicestAF

No comments:

Post a Comment