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 (335B)



      1 Kore pgsql example.
      2 
      3 This example demonstrates how one can use Kore state machines and the
      4 pgsql api to make fully asynchronous SQL queries.
      5 
      6 Asynchronous in this case meaning, without interrupting a Kore worker its
      7 other clients their I/O or http requests.
      8 
      9 Tons of comments inside on how everything works.
     10 
     11 Run:
     12 ```
     13 	# kodev run
     14 ```