A demo app that uses JWT authentication with socket.io and express.
$ npm install
$ npm start
Then, go to http://localhost:8000/login to get a JWT token. If needed, you must update the views/index.html
file with the
new token. After updates, see the navigator console at http://localhost:8000.