Skip to content

Latest commit

 

History

History

nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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