Verified Commit b15530bf authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Update README.md

parent 503cd4b2
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
# rpcc

A compiler for Mercury/Margo rpcs
 No newline at end of file
**rpcc** is a Python command line tool that allows developers to easily define and work with remote procedure calls (
RPCs) compatible with the [Mercury](https://mercury-hpc.github.io/) framework.

Inspired by Google's [Protocol Buffers](https://developers.google.com/protocol-buffers), **rpcc**
allows developers to easily define RPCs using a language- and platform- neutral language, that will then be used to
generate all the necessary C/C++ boilerplate code required to actually implement them.