Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 515 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 515 Bytes

chat-app-socketio

Visit Sidchat to try this app out.

##How to get this working You'll first need Node:

  1. go to their website: https://nodejs.org/
  2. install node.

Once you have this working, and you've pulled from github, cd into the github repository on your local machine, ie. cd ~/Documents/Github/chat-app-socketio, then you can run run node server.js. You can now point your browser to localhost:3000 and the webpage should load.