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.
Method Handlers: allow methods on the server to be called
Callback Handlers: allow callbacks given to the server (optional)
Method Plugins: allow method usage on the client
Callback Plugins: allow callback usage on the client (optional)
You may customize how Prim+RPC works by swapping out the serialization library or adding validation with your favorite libraries.
Report an Issue