Skip to content

hunterwilhelm/orpc-community-playgrounds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oRPC Community Playgrounds

A collection of minimal examples showing oRPC in different frameworks and runtimes. Add yours to show what's possible.

Available Playgrounds

vue-bun — Vue 3 + Vite + Bun

npx degit hunterwilhelm/orpc-community-playgrounds/vue-bun orpc-vue-bun-playground
cd orpc-vue-bun-playground
pnpm install
pnpm dev

Open http://localhost:2999

vue-bun-contract — Vue 3 + Vite + Bun + JSON Contract + Smart Coercion

npx degit hunterwilhelm/orpc-community-playgrounds/vue-bun-contract orpc-vue-bun-contract-playground
cd orpc-vue-bun-contract-playground
pnpm install
pnpm dev

Open http://localhost:2999

Contributing

Want to add a playground? Just:

  1. Create a folder at the root (like react-node/ or svelte-deno/)
  2. Add a README with install + dev steps
  3. Make sure pnpm dev starts everything
  4. Keep it minimal — focus on showing oRPC in action
  5. Open a PR

See CONTRIBUTING.md for details.

License

MIT — see LICENSE

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published