I have seen node-webkit before, but it does not allow me to intercept requests and implement things such as custom routers from what I have seen at the times that I tried it. Besides, compiling it is kind of weird anyway o.o
Don’t worry, I have seen a bunch of alternatives, but the API that I am looking for seems to be highly unavailable :/
Awesomium - closed source, no way of creating a separate script thread
Berklium - Discontinued
node-webkit - No custom routing for schemes and file handling
CEF - explained in previous post
I have tried to integrate Gecko before, but its ultimatively harder to build than Chromium, or rather the library libchromiumcontent, found on github. Its much easier using a pre-compiled libchromiumcontent library and just build a layer ontop, than requiring a user to build a patched version of node-webkit, for example.
That is why I was asking for some advice on how I would integrate Chromium directly o.o