The Docs.

Prim+RPC is in prerelease mode and may be unstable until official release.

All Plugins

Prim+RPC works with many frameworks though plugins on the client and handlers on the server. See the Setup Guide to learn more about how Prim+RPC works and how it interacts with plugins.

All trademarks are property of their respective owners. Prim+RPC is not endorsed by or affiliated with any of these frameworks.

Server Handlers

Method Handlers: allow methods on the server to be called

Callback Handlers: allow callbacks given to the server (optional)

Client Plugins

Method Plugins: allow method usage on the client

Callback Plugins: allow callback usage on the client (optional)

Additional

You may customize how Prim+RPC works by swapping out the serialization library or adding validation with your favorite libraries.

Report an Issue