We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0b060 commit 3e6eaf0Copy full SHA for 3e6eaf0
docs/Tutorial.md
@@ -409,7 +409,8 @@ html_to_data_uri("test", js_callback_1);
409
410
Python and Javascript can also communicate using http requests
411
by running an internal web-server. See for example [SimpleHTTPServer](https://docs.python.org/2/library/simplehttpserver.html)
412
-in Python docs.
+in Python docs. In upstream CEF there is available a fast built-in
413
+web server and [Issue #445](../../../issues/445) is to expose its API.
414
415
With http requests it is possible for synchronous
416
communication from Javascript to Python by performing
0 commit comments