This is the application for chatting in a room.
- front - frontend
- api - backend
You can try deployed one here[https://chat-app-roan-five.vercel.app/] If you want to try real-time chat, open this website with more than one screen
- Real-time Chat
- Multiple Users Available
- Node.js 10.2.4
- Next.js 14.1.4
- .NET Framework 3.5
Go to api directory and execute "dotnet run", and front directory to execute "npm start". Then, visit http://localhost:3000/.
