peers / peerjs-server

Server for PeerJS
https://peerjs.com
MIT License
4.26k stars 1.08k forks source link

connection.on('dataChunk',(dataChunk)=>{}) #428

Open acognigni-evotecnia opened 8 months ago

acognigni-evotecnia commented 8 months ago

I have a suggestion:

when sending large amounts of data, I'd like to be able to get a callback every once in a while with at least the data chunk size to be able to show progress bars or something like that.

other nice to haves: