You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple and fast RPC (remote procedure call) framework for .NET, based on IL.Emit.
It takes only an interface and emits all the code necessary for parameter serialization/deserialization and network routing as an implementation of this interface.