This repository was archived by the owner on Jun 20, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
This repository was archived by the owner on Jun 20, 2026. It is now read-only.
feat: add Nuvio Plugin Support #3
Open
Description
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.