Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 395 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 395 Bytes

Socket.IO Chat

A simple live Webchat service made using Socket.IO.

Dependencies

  • NodeJS (See here for details)

Installation/Running

  • cd to the root of the project and run:
    npm install
  • In the terminal type:
    node server.js
  • Head to: http://localhost:3000/