peers / peerjs-server

Server for PeerJS

Home Page:https://peerjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

acognigni-evotecnia opened this issue · comments

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:

  • be able to know the final data size. maybe on another event 'metadata' or something like that