Skip to content

VanSanh1810/ChatWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

CHAT APP

Realtime chat app with websockets using Node.js, Express and Socket.io with ReactJS on the frontend

Intro

This is a chat application that I built during my self-learning journey of Node.js and Express.js. It using Socket.io for real-time messaging and manages data through the Firebase platform.

The project is still in its experimental phase, so if you have any contributions or encounter any issues during testing, please let me know. Thanks ❤️ !!!!

Feature

  • Send and receive messages (include in sending files)
  • Change personal information (name, avatar)
  • Add friends via key or name
  • Creating your community with your own rules (just like Discord)

Usage

// client
npm install
npm run dev

// server
npm install
npm run devStart

//Go to localhost:3000/

Demo

  • Demo

    Because I use the free version when deploying so it takes about 1 or 2 minutes before you can access the website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published