cRPC
cRPC copied to clipboard
Remote Procedure Call Demo Written in Pure C
cRPC
Remote Procedure Call Demo Written in Pure C. Check out this blog post if you're interested in a code walk-through.
Getting Started
- Build the binaries
$ make - Run the server
$ ./server - Start a new Terminal session and run the client
$ ./client