A simple anonymous 1v1 chat application built with:
- .NET 8 Blazor (WebAssembly)
- SignalR (for real-time messaging)
- Google Cloud Platform (hosting)
This project was created to practice:
Real-time communication with SignalR
Cloud deployment on Google Cloud Platform (GCP)
Live Demo kiuchat.space
git clone https://github.com/yourusername/kiuchat.git
cd kiuchat
dotnet run