What:
heX + Chromium
When: Dec 2013
Goal: A solution for developing and debugging traditional web front and Node.js even more JavaScript host environments by the cross-platform way.
Refer to: http://www.chromium.org/developers/design-documents/displaying-a-web-page-in-chrome
Rebuild uv_run()
Message Loop is still the best option.
Message Loop does not know Node.js, renderer...
Extend a method called UvRun() in the Message Pump
Execute UvRun() in the loop each running, and do not care the content of UvRun()
Inherit a Message Loop instead of the default and implement UvRun()
Attach Node.js' context in web page and run all Node.js' script