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



      1 Generic Kore application that shows off a few things:
      2 
      3 * File uploads (/upload)
      4 * Authentication blocks (/private)
      5 * base64 encoding tests (/b64test)
      6 * Parameter validator tests (/params-test)
      7 
      8 Run:
      9 ```
     10 	# kodev run
     11 ```