modules icon indicating copy to clipboard operation
modules copied to clipboard

[Module Listing Request]: `nuxt-rpc`

Open gsxdsm opened this issue 1 year ago • 0 comments

Description

Description nuxt-rpc allows you to call your backend-functions from the frontend, as if they were local. No need for an extra language or DSL to learn and maintain. Based off of nuxt-remote-fn & nuxt-serverfn

const todos = await rpc().todo.getTodos();

Repository

https://github.com/gsxdsm/nuxt-rpc

npm

https://www.npmjs.com/package/nuxt-rpc

Nuxt Compatibility

Nuxt 3

gsxdsm avatar Dec 21 '24 05:12 gsxdsm