summaryrefslogtreecommitdiff
path: root/multimedia/nymphrpc/pkg-descr
blob: 9f9d64e8386bb0e8b8bce126a80dddc1963c4a01 (plain) (blame)
1
2
3
4
5
6
7
8
9
NymphRPC is a compact, C++-based Remote Procedure Call (RPC) library.
Look at the example server and client implementations in the test folder
to get an idea of how NymphRPC is integrated into an application.

The basic procedure is to define the RPC methods and client-side callbacks
in the server, which the client will synchronise with when it connects to
the server. There is no Domain-Specific Language (DSL) or auto-generated code.

WWW: https://github.com/MayaPosch/NymphRPC