Open binarykitchen opened 6 years ago
Unfortunately no :/.
Found an old implementation how to measure bandwidth in a stream: https://github.com/pmarques/node-stream-bandwidth/blob/master/index.js
Maybe can give us some ideas
Or this one: https://github.com/bookchin/myspeed
Has anyone an idea how one could measure the bandwidth when using websocket-stream? Like having a number after a short time, a getter or event that emits me the number.
Could come in very handy for collecting data, especially edge cases why a certain error has happened.