Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.08 KB

Welcome to the Chat App! This simple chat application is built using JavaScript, Express.js, HTML, CSS, and Socket.io.

Setup

Follow these steps to set up and run the project locally:

Install and start:

git clone https://github.com/Ashish2097/chat-app-node.git
cd chat-app-node
npm install
npm start

image

Getting started:

  • Enter name and room name (say R1)

    • image
    • image
  • Open another instance of App (in different browser or in different machine)

  • Enter user name of your friend and use same existing room name (R1)

  • You are now ready to chat with your friend

    • image