Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 265 Bytes

File metadata and controls

5 lines (4 loc) · 265 Bytes

SharpRPC

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.