NodeJS and Express video streaming Proof of Concept (POC).
To stream files to client via Express is used the fs node built-in module with createReadStream and pipe methods.
This project use partial content to deliver audio and video streaming, See more.