Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 289 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 289 Bytes

socket.io-chat

Basic chat app using Socket.IO

Getting Started

  • Clone the repository and run npm install to download the dependencies.
  • Run npm start in the terminal to have the http server listen on port 3000.
  • Point your browser to http://localhost:3000 to see the website.