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 a030a6fd38f4398fc9898b97d0257bc00347243c
parent c74c1f781d73614ae49b7118ec3762ea5a4f1736
Author: Joris Vink <joris@coders.se>
Date:   Thu, 22 Nov 2018 15:24:08 +0100

update README

Diffstat:
examples/python-async/README.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/examples/python-async/README.md b/examples/python-async/README.md @@ -8,4 +8,6 @@ Run: Test: ``` $ curl -k https://127.0.0.1:8888/queue + $ curl -k https://127.0.0.1:8888/lock + $ curl -k https://127.0.0.1:8888/proc ```