Real-time online chat, in which multiple users can connect and send messages
Frontend (port 3000)
cd frontend
npm install
npm run build
npm run startBackend (port 3001)
cd backend
pnpm install
pnpm run start:prodOpen the app in two diferents tabs or browsers and start chatting
Next, Nest, Typescript, Socket.io