Do you think it would be possible to embed a HTTP server inside a Google Chrome extension?
I\'ve seen other Google Chrome extensions execute native code and apparren
Here is another web server implemented with chrome.socket: https://github.com/kzahel/web-server-chrome. The server example linked to in chrome-app-samples is actually really buggy and will lock up if you e.g. hold down Ctrl-R on a page served by it.