simplerpc

Simplerpc distributed RPC framework is a very simple. Based on the AIO and fose framework underlying services provided by the end of the connection and fast serialization ability. Can provide a very strong ability of RPC calls. In a powerful at the same time, also supports encryption mode calls. Using the RSA and AES encryption communication process, suitable for public use. In addition, the framework has a very simple API. Only need to activate the RPC server 4 lines of code.

License

License

GroupId

GroupId

link.jfire
ArtifactId

ArtifactId

simplerpc
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

simplerpc
Simplerpc distributed RPC framework is a very simple. Based on the AIO and fose framework underlying services provided by the end of the connection and fast serialization ability. Can provide a very strong ability of RPC calls. In a powerful at the same time, also supports encryption mode calls. Using the RSA and AES encryption communication process, suitable for public use. In addition, the framework has a very simple API. Only need to activate the RPC server 4 lines of code.

Download simplerpc

How to add to project

<!-- https://jarcasting.com/artifacts/link.jfire/simplerpc/ -->
<dependency>
    <groupId>link.jfire</groupId>
    <artifactId>simplerpc</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/link.jfire/simplerpc/
implementation 'link.jfire:simplerpc:1.0'
// https://jarcasting.com/artifacts/link.jfire/simplerpc/
implementation ("link.jfire:simplerpc:1.0")
'link.jfire:simplerpc:jar:1.0'
<dependency org="link.jfire" name="simplerpc" rev="1.0">
  <artifact name="simplerpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='link.jfire', module='simplerpc', version='1.0')
)
libraryDependencies += "link.jfire" % "simplerpc" % "1.0"
[link.jfire/simplerpc "1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
link.jfire : jfire-socket jar 1.0
link.jfire : fose jar 1.0

test (1)

Group / Artifact Type Version
link.jfire : jfire-testsupport jar 1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0