Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 646 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 646 Bytes

chat-app

Chat application made form socket.io.

Building and running locally

# clone repo
git clone https://github.com/mayankbucha/chat-app

# goto to chat-app directory
cd chat-app 

# Install dependencies
npm install

# Run the app
npm start

# or, run the app in development mode
npm run dev

# Navigate to http://localhost:3030 on your browser

Live demo:

Live demo

Future Additions

  • Adding private and public rooms seperately
  • CRUD operations on messages
  • Integrating a game mode for the users (using canvas)
  • Images, Audio and Video messages
  • Responsive UI