/chatApp

Primary LanguageJavaScript

chatApp

A real time chat app created using socket.io

Steps to use it on your local host

  • clone the repo
  • cd chatApp
  • run "npm install" to install all the dependencies
  • run "node server.js"
  • visit localhost:3000