You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.