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 a82cb168eb3080f5192412771fe0dfa45268add5
parent 23047d4c2f2d94bd96333f3530f0d0f563d6d74b
Author: Joris Vink <joris@coders.se>
Date:   Mon, 31 Jan 2022 20:55:46 +0100

The python examples don't need building.

So they can be removed from the examples Makefile.

Diffstat:
examples/Makefile | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/examples/Makefile b/examples/Makefile @@ -25,9 +25,6 @@ EXAMPLES= async-curl \ pgsql \ pgsql-sync \ pipe_task \ - python-async \ - python-echo \ - python-pgsql \ sse \ tasks \ tls-proxy \