Realtime chat app with websockets using Node.js, Express and Socket.io with Vanilla JS on the frontend with a custom UI
npm install
npm run dev
Go to localhost:3000
- 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.