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