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 3918a7a0a22a818dcf41bebb7b4516bf25b5a487
parent df6ebe3568692f760cd7c19a92b4780822df0e8f
Author: Joris Vink <joris@coders.se>
Date:   Wed,  1 May 2013 21:36:00 +0200

add a little readme

Diffstat:
README | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,13 @@ +Hi. + +Kore is a SPDY based web server that handles dynamic content via loadable +modules. Inside the examples/ directory you will find a complete example +on how such modules are built (and some tools to help you get started). + +Take a look at example.conf as well for an overview of the way a site +is configured and setup. + +Right now Kore development is a moving process, so expect bugs. +If you run into said bugs, please contact me at joris@coders.se. + +I should add a TODO list.