Is there a way to batch Chrome apps using nodejs-webkit

Suppose I have an application and I want it to run autonomously. I found that you can do this with regular web pages, webapps using https://github.com/rogerwang/node-webkit .

But if its a chrome batch application, how do you do it.

I know this is possible, as you can see in the slides, it uses webkit.

https://speakerdeck.com/u/zcbenz/p/node-webkit-app-runtime-based-on-chromium-and-node-dot-js

+6
source share
1 answer

It is theoretically possible, but you will have to manually implement all the chrome apis that you use in your chrome application

0
source

Source: https://habr.com/ru/post/953279/


All Articles