This is the starter code for the HeyNode tutorial about streaming files to an HTTP response using Express.
Clone the repo and install the dependencies to get started:
git clone https://github.com/osiolabs/http-stream-file
cd http-stream-file
npm i
Then follow along with the tutorial on HeyNode.com.