Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 148 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 148 Bytes

Server example

Start this example without ENV:

node index.js

or with ENV variables:

PORT=3000 IP=localhost node index.js