Blazor WASM .NET 7 running on a Raspberry PI 4
Ok, this is exciting. The .NET framework has come a long way in the last few years and what MS has done with Blazor is incredible. Sure, this tech stack has been around a little while, but its exciting for me because its the first time I've married it all together.
I recently worked on a application to let users communicate the seating availability of a theater and we wanted to do it in real-time. This sounded like a job for Websockets and what better way to do it then using a Blazor WASM hosted application??
Here is the process.