A reversion of socket io demo chat with pug template.
npm install
to load and install require node modules.
And install "nodemon" by running npm install -g nodemon
.
run nodemon index.js
, and open your fav browser, enter http://localhost:3000
.
You can finally see the result.