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 08a2fff5a5f124da9155942d718e3e5b2de78580
parent 0f59c617df17e2254d4ab15a0e47693e0fb3c4d6
Author: Joris Vink <joris@coders.se>
Date:   Thu, 12 Dec 2013 08:49:02 +0100

add params

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

diff --git a/README b/README @@ -19,6 +19,7 @@ Features - SSL connections only - Virtual host support - Easy to use configuration +- Builtin parameter validation - Loads your site as a precompiled C module - Event driven architecture and worker processes for throughput - Modules can be reloaded on-the-fly even while serving content