-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add Nuvio Plugin Support #3
Copy link
Copy link
Open
Labels
blockedNeeds further clarification/has a dependency on something elseNeeds further clarification/has a dependency on something elsediscussion activeDiscussion about this issue is currently active. Feel free to join in.Discussion about this issue is currently active. Feel free to join in.enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
blockedNeeds further clarification/has a dependency on something elseNeeds further clarification/has a dependency on something elsediscussion activeDiscussion about this issue is currently active. Feel free to join in.Discussion about this issue is currently active. Feel free to join in.enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for Feature.
Separating #2 into a different issue.
It would be nice if the framework could be used to write Nuvio providers.
For those unaware, Nuvio allows you to use self-contained singular javascript files that can be executed by the local device (primarily using QuickJS) without needing to host or proxy it on a server (severely reducing the barrier to entry for using providers), as well as support instances where the server hosting the framework is a free instance, and might easily terminate if they notice too many requests being proxied out of it.
An example compiled provider is available here.