Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaPosch committed Mar 13, 2022
1 parent de50747 commit 518ad76
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# NymphRPC #

**Author:** Maya Posch

**Date:** 2021/11/11

## Overview ##

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.
NymphRPC is a compact, C++-based Remote Procedure Call (RPC) library. Please see 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.

Expand Down

0 comments on commit 518ad76

Please sign in to comment.