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

Is it possible to call python function from javascript? #21

Closed byaka closed 8 years ago

niklasb commented 8 years ago

That's not implemented so far. Frankly it wouldn't be easy to implement as well, because currently the protocol is request/response initiated by the Python side, not the other way around.