Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 459 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 459 Bytes

flespi.io http stream receiver (nodejs)

Using express.js

Example: express.js

Install requirements in the new project:

npm install --save express

OR install requirements defined in package.json file in this directory:

npm install

Then start the HTTP server:

npm run express

Using built-in nodejs http server:

Example: simple.js

No dependencies required.

Start the HTTP server:

npm run simple