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

README.md (256B)



      1 Kore pgsql python module example.
      2 
      3 This application requires kore to be built with PYTHON=1 PGSQL=1.
      4 
      5 Run:
      6 ```
      7 	$ kodev run
      8 ```
      9 
     10 Test:
     11 ```
     12 	$ curl -k https://127.0.0.1:8888
     13 	$ curl -k https://127.0.0.1:8888/hello
     14 	$ curl -k https://127.0.0.1:8888/slow
     15 ```