Online game to play friends using same room
- used socket.io to communicate between end points
- used reactjs to develop ui and mantine framework for widgets
- node js to develop backend
cd ui/
npm i
npm run build
npm start
cd server/
npm i
npm start
- open url in different tabs and use the same room name.