Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 387 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 387 Bytes

Stream File to HTTP Response

This is the starter code for the HeyNode tutorial about streaming files to an HTTP response using Express.

Setup

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.