netstat -ab
if port says LISTENING, it is an open port to use
current port is 5040, change it to an open port if application is not running because port is busy
npm init -y
npm install ws
npm install express
nodemon install
//Application is running here, but close the terminal command line with:
ctrl+C
go to http://localhost:5040/ on your webrowser