문제

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