Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 329 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 329 Bytes

SocketChat

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.