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 6181cd7c8c23835ccae257b050bdb0721bde4baf
parent 463ea9c6f9b46963a0f5a4f2cfd3ebf505942e63
Author: Joris Vink <joris@coders.se>
Date:   Wed,  5 Jun 2013 16:42:39 +0200

even better

Diffstat:
README | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/README b/README @@ -9,15 +9,15 @@ With a site loaded as a module in memory the page callbacks are directly called No overhead. Features - Supports SPDY/3 - Supports HTTP/1.1 - Secure by default - SSL connections only - Virtual host support - Easy to use configuration - Loads your site as a precompiled C module - Linux epoll(7) and worker processes for throughput - Modules can be reloaded on-the-fly even while serving content +- Supports SPDY/3 +- Supports HTTP/1.1 +- Secure by default +- SSL connections only +- Virtual host support +- Easy to use configuration +- Loads your site as a precompiled C module +- Linux epoll(7) and worker processes for throughput +- Modules can be reloaded on-the-fly even while serving content Right now Kore development is a moving process, so expect bugs. If you run into said bugs please contact me at patches@coders.se.