Latest posts

Introducing WitRPC 3

WitRPC brings interface driven RPC to modern .NET: define a C interface, implement it on the server, call it through a proxy on the client, with events flowing back in real time. Version 3 changes the...

Deploying WitRPC Services to Production

A working service is halfway; production needs lifecycle management, configuration, containers, logs, health endpoints, and metrics. This post covers each for WitRPC services, ending with a checklist ...