Webview bundle API for Node.js


License
MIT
Install
npm install @wvb/node-win32-arm64-msvc@0.1.0-next.4e9fda6

Documentation

Webview Bundle

 English   한국어 

Webview Bundle is an "Offline First" distributing system for web applications on webview-based frameworks and platforms.

Instead of fetching your web application code over the network and rendering it in the webview,
it loads web application code packed into a webview bundle file (.wvb) from local and renders it in the webview. A remote can also be configured to download webview bundles from the remote, effectively delivering up-to-date application code without requiring a native update.

Webview Bundle supports all the platforms that provide a webview — Electron, Tauri, Android, iOS, and Deno Desktop (experimental) — and also ships with a bridge for communicating with the webview.

For more details, see the documentation.

License

MIT License