/chatcord

Realtime chat app with rooms

Primary LanguageHTML

ChatCord App

Realtime chat app with websockets using Node.js, Express and Socket.io with Vanilla JS on the frontend with a custom UI

Usage

npm install
npm run dev

Go to localhost:3000

About this app:

  • You can signin/signup.
  • You can login to any class in this chat.
  • View all messages in this chat.
  • See all users events like : user enter to chat, leave chat...
  • Each chat are seperate from others.