Pregunta

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

¿Fue útil?

Solución

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 bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top