Pergunta

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"?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top