This is quite interesting.
If someone could point out to me what really means "contexts" inside node-webkit, it could be helpful.
Sorry if I'm asking dumb questions, as I'm not a developer, just trying to understand the global architecture of the application.
So, does it mean that nodejs and webkit work in different threads, or that there are multiple instances of v8 into a same thread ?
Or, does it refer to concurrent javascript executions inside a single instance of v8 ?
Thanks for any hint onto this question.