kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 16fd3092d7565eb90f4487e7314d780cec99a67f
parent bd94b8737008821f913d6e0b1e6cc453332443ba
Author: Joris Vink <joris@sanctorum.se>
Date:   Thu, 15 Jan 2026 15:14:36 +0100

examples: Import correct submodule.

Diffstat:
examples/python-async/app.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/python-async/app.py b/examples/python-async/app.py @@ -17,10 +17,10 @@ import kore import async_http +import async_lock import async_queue import async_socket import async_process -import async_process kore.server(ip="127.0.0.1", port="8888", tls=False) kore.domain("*")