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
It is theoretically possible, but you will have to manually implement all the chrome apis that you use in your chrome application
Source: https://habr.com/ru/post/953279/More articles:Responsive website: How to get rid of horizontal scrollbar? - cssGetting all characters after the last '-' in a string - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/953276/laravel-4-authentication-restrict-access-to-some-functions-of-a-resource-but-not-all&usg=ALkJrhisqds80OHdOwXiYucAH30Q7DSNNgPass a pointer from C ++ to Python / w boost python? - c ++Android: Ad-Free and Ad version control. Go to the in-app purchase? - androidEmberJS: how to display a template when selecting a change - javascriptg ++ does not compile constexpr function with assert in it - c ++how to remove horizontal scrollbar for iframe on Google Chrome - htmlAutomatically choosing between static assert and runtime error - c ++What is the standard practice for detecting memory leaks using the Google Test platform (rather than windows) - c ++All Articles