A code generator for aRPC protocol, this generator reads *.arpc.go
files and creates all code needed to
use run your code remotely over aRPC.
If you want more details on the protocol click here.
Run the code bellow to get the latest version of the code generator:
go install github.com/almeida-raphael/arpc_code_generator@latest
arpc_code_generator -input-path $PATH_TO_ARPC_DEFINITIONS_DIR -packages-root-path $PATH_TO_PACKAGE_CREATION_DIR
Here you can find example files to run arpc_gen
command and test the aRPC protocol.
run arpc_code_generator -help
to get generator args help
This project is currently a work in progress and should be not used in production environments.