Skip to content

mayankbucha/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published