I was going through the node-webkit package for creating desktop application. and it is mentioned that node-webkit is web app runtime. Please explain what is "web app runtime"?

有帮助吗?

解决方案

It is a system that interprets your code and runs it on another platform, in this case on various desktop operating systems.

Your code needs to interact with the runtime only, and doesn't need to care about platform specific details.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top