Popularity
1.2
Stable
Activity
-
-

Description

The rpc library aims to simplify the definition and implementation of public APIs and their use for RPC. It draws a clear cut between the invocation, serialization and transport yielding a definition of the invocation flow by composition of proxy, serialization and transport.

The io.teris.rpc:rpc core library is plain Java-8 with no further dependencies. On the client side, it implements the service instantiation remote call logic passing service method arguments through the bound serializer and transport layer. On the server side, it implements the dispatching mechanism that takes incoming requests from the bound transport layer, passes the data through a content-type specific bound deserializer and dispatches to a service implementation.

Programming language: - - -
Tags: Reactive Libraries     API     RPC     Remoting    

rpc alternatives and similar libraries

Based on the "Reactive libraries" category.

Do you think we are missing an alternative of rpc or a related project?

Add another 'Reactive libraries' Library