Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add nuxt-rpc #1133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions modules/nuxt-rpc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: nuxt-rpc
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](https://github.com/wobsoriano/nuxt-remote-fn) & [nuxt-serverfn](https://github.com/antfu/nuxt-server-fn)
repo: gsxdsm/nuxt-rpc
npm: nuxt-rpc
icon: ''
github: https://github.com/gsxdsm/nuxt-rpc
website: https://www.npmjs.com/package/nuxt-rpc
learn_more: ''
category: Request
type: community
maintainers:
- name: gsxdsm
github: gsxdsm
compatibility:
nuxt: >=3.0.0
requires: {}