A fun little POC this morning, created an http://ASP.NET Core gRPC service that invokes the Docker Engine API using Docker.DotNet.
Extended this POC a bit, now have a Blazor WASM app invoking a gRPC service that invokes the Docker Engine API using Docker.DotNet.
.NET code running "natively" in the browser is so
.NET code running "natively" in the browser is so

Using a System.Threading.Timer in the browser kind of feels like cheating. #Blazor