Skip to content

Commit 3e6eaf0

Browse files
authored
Update Tutorial.md
1 parent 2a0b060 commit 3e6eaf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,8 @@ html_to_data_uri("test", js_callback_1);
409409

410410
Python and Javascript can also communicate using http requests
411411
by running an internal web-server. See for example [SimpleHTTPServer](https://docs.python.org/2/library/simplehttpserver.html)
412-
in Python docs.
412+
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.
413414

414415
With http requests it is possible for synchronous
415416
communication from Javascript to Python by performing

0 commit comments

Comments
 (0)