You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChatApp to communicate between users in a chosen room. 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
ChatApp to communicate between users in a chosen room.