Install wapm(WAnime Package Manager)
curl -fsSL https://wapm.wanime.io/install.sh | shInstall waRPC codegen CLI
curl -fsSL https://warpc.wanime.io/install.sh | shInstall server & client SDKs
wapm add waRPC-server
wapm add waRPC-clientTo run a specific example:
gh repo clone TimeTo10X/waRPC-examples
cd waRPC-examples/<example_name>
# Configure and build example project
just initThen to start a server
just run serverAnd for the client
just run clientAll of the API documentation can be found at wanime.io/warpc
All of the projects inside this repo are licensed under MIT license.