Skip to content

smfrpc/smf-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published