--
You received this message because you are subscribed to a topic in the Google Groups "node-webkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-webkit/8ojhhkxw1Oo/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I have a feeling I'm missing something fundamental about this whole webkit approach.In a web app you usually interact from the interface with some server either using generated content by something like express or using a client library like backbone to fetch data using a service interface.When I want to create a desktop app using standard tools like this, I would need a web server to back it up, right? So I'm thinking most desktop apps created with node-webkit would have this problem? How do you create your app interface using standard frameworks and libraries without instantiating a webserver and generating this kind of warnings?
--