smfrpc / smf-java

The Fastest RPC In The West: Java version (WIP)

Home Page:https://github.com/smfrpc/smf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smf-java

port of SMF in Java language. Examples are stored in example.demo package (those are not generated). If you want to run server and client, first build them

./gradlew buildClientExample
./gradlew buildServerExample

and run

java -jar ./build/libs/smf-java-server-1.0-SNAPSHOT.jar
java -jar ./build/libs/smf-java-client-1.0-SNAPSHOT.jar

API

If are familiar with internals of SMF, you can use smf.client.core.SmfClient and smf.server.core.SmfServer directly, if not, just look at examples.

Contribution

Before raising PR be sure tu run

python3 fmt.py

References

Powered by

About

The Fastest RPC In The West: Java version (WIP)

https://github.com/smfrpc/smf


Languages

Language:Java 89.1%Language:Python 10.9%