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 9f3046bae776a68efc659c0c2040d15c9a31aa5e
parent 0bf36b763a617ec414ae741727419d17510548b9
Author: Joris Vink <joris@coders.se>
Date:   Mon,  6 Feb 2017 11:52:24 +0100

add README

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

diff --git a/examples/python-pgsql/README.md b/examples/python-pgsql/README.md @@ -0,0 +1,15 @@ +Kore pgsql python module example. + +This application requires kore to be built with PYTHON=1 PGSQL=1. + +Run: +``` + $ kore run +``` + +Test: +``` + $ curl -k https://127.0.0.1:8888 + $ curl -k https://127.0.0.1:8888/hello + $ curl -k https://127.0.0.1:8888/slow +```