https://github.com/gridaco/plugin-sdk
develop plugin for your own needs on bridged platform
https://github.com/gridaco/plugin-sdk
Last synced: 3 months ago
JSON representation
develop plugin for your own needs on bridged platform
- Host: GitHub
- URL: https://github.com/gridaco/plugin-sdk
- Owner: gridaco
- License: mit
- Created: 2020-12-17T04:28:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T03:49:07.000Z (over 5 years ago)
- Last Synced: 2024-05-22T17:21:43.915Z (about 2 years ago)
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# develop plugins for bridged platform
develop plugin for your own needs on bridged platform
## Develop universal plugin for bridged platforms.
### serverside implementation - with hooks
- serverside plugin (logic interceptor / middleware) works as a server-provided, (optionally also wih ui) is an server application you host and with specific events, it will respond with desired data / uis.
### application implementation - with web technologies
- application ui-included plugins works as iframe on our bridged application, and console platform. we provide react examples and guidelines, but any other frameworks such as vue, svelte are also possible. we provide configuration template for them.
### Using bpm
You can create and publish plugins for console, assistant, or bridged desktop using [bpm](https://github.com/bridgedxyz/bpm)