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 ae0a8ece7534d05e8151db669ae1fdf61c51702c
parent b65cc934260d5f846fd6cbab26ca764519692c08
Author: Joris Vink <joris@coders.se>
Date:   Tue,  4 Jun 2013 08:52:30 +0200

update

Diffstat:
README | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -4,16 +4,16 @@ 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). -Kore does support normal HTTP over SSL as well, for the less technological -advanced browsers. +Kore does support normal HTTP over SSL as well (for the less technological +advanced browsers). 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. +If you run into said bugs please contact me at joris@coders.se. -To get started, put some X.509 certificates in a folder called certs, +To get started put some X.509 certificates in a folder called certs and run a make to get everything compiled. If if doesn't compile out of the box there's something you can help me out with.