Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 748 Bytes

File metadata and controls

52 lines (34 loc) · 748 Bytes

Setup

Install wapm(WAnime Package Manager)

curl -fsSL https://wapm.wanime.io/install.sh | sh

Install waRPC codegen CLI

curl -fsSL https://warpc.wanime.io/install.sh | sh

Install server & client SDKs

wapm add waRPC-server
wapm add waRPC-client

Running Examples

To run a specific example:

gh repo clone TimeTo10X/waRPC-examples
cd waRPC-examples/<example_name>

# Configure and build example project
just init

Then to start a server

just run server

And for the client

just run client

Docs

All of the API documentation can be found at wanime.io/warpc

License

All of the projects inside this repo are licensed under MIT license.