Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 485 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 485 Bytes

Chat App (Node demo app for college)

Prerequisites

  • Node

How to install

Download the source files or clone the repository via git clone https://github.com/DSBalaban/socket.io-chat.git.

Inside the repository, run npm install. Then run npm start or node index.js and go to the specified URL in your browser.

To see the chat in all some of its glory, open more tabs at the same URL, type something and check in the others.

Have fun chatting with yourself!