• Stars
    star
    1
  • Language
    JavaScript
  • Created almost 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple express app to stream audio or video file by sending file into chunks meaning the whole file won't be loaded at once. The file will be chunked and then transferred one by one,this will help us play the file as soon as we get the first chunk just like how video plays on youtube.