niklasb / webkit-server

[not actively maintained] The C++ webkit-server from capybara-webkit with useful extensions and Python bindings
MIT License
48 stars 38 forks source link

API on unix domain socket #22

Open byaka opened 8 years ago

byaka commented 8 years ago

As i understand, python wrapper communicate with webkot over tcp. Is it possible to use unix socket for this? So we not busy port, and it can be usefull with multiple instances

niklasb commented 8 years ago

The problem here is that this would prevent webkit-server from running on Windows. I like the idea though, this is something I have considered as well.

byaka commented 8 years ago

I think it can be optional, or for example default on unix (on win default can be random open port like in phantomjs webdriver)