mayankbucha / chat-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 64.6%Language:HTML 18.2%Language:CSS 17.2%