Examples of Prim+RPC usage. Referenced in Prim+RPC documentation:
- Simple Testing
- Client/Server Example
- Serverless
- Web Worker
- Monorepo Setup
- Custom JSON Handler
- Server Context
- Fullstack Framework
- Electron IPC1
You can download examples individually from the documentation website or you may download the repository for all examples.
You can install dependencies in all examples with npm install
The examples in this repository are kept short and simple. You may find more complete examples that use Prim+RPC below:
You may also reference some experiments that I've created for fun:
- Form Submission Using Only Prim+RPC
- Synced Tab Drawings with Prim+RPC
- Simple Authentication using Prim+RPC
These example usages are licensed under the MIT license. Since
these examples may be used as a starting point, each project's package.json
license field is left as UNLICENSED
.
Footnotes
-
Example yet to be created ↩