Realtime anonymous chat with websockets using Node.js, Express and Socket.io
yarn dev
The chat uses query string parameters to connect to a shared chat. To connect add params for username and chatId to the url where chatId is the shared instance of the chat
http://[BaseURL]/?username=[userName]&chatId=[chatId]
https://browser-chat.herokuapp.com/?username=User1&chatId=123456
Technologies used to scaffold this page: