Real-time chatting app using aspnetcore SignalR (for testing two-user chat, YOU MUST USE TWO DIFFERENT BROWSERS)
npm run install-server
AND
npm run install-client
cd API
then
dotnet watch run
AND
cd client
then
ng serve
- AspNetCore - Backend
- SignalR - Sockets
- Angular - Frontend
- Entity Framework - ORM
- My fingers - Writing tool
This project is licensed under the MIT License - see the MIT LICENSE file for details