modules icon indicating copy to clipboard operation
modules copied to clipboard

feat: add `nuxt-rpc`

Open gsxdsm opened this issue 1 year ago โ€ข 0 comments

๐Ÿ”— Linked issue

Resolves #1132

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation or readme)
  • [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality)
  • [x] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

This module is an integration of nuxt-rpc. 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

gsxdsm avatar Dec 21 '24 19:12 gsxdsm