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 efe732cc1f4fd1cd637059c27433ca6ef7c14ff9
parent cb3322cd9f2fb239185c610e5b2ffc50e4083cd3
Author: Joris Vink <joris@coders.se>
Date:   Wed, 30 Jul 2014 09:12:59 +0200

Update readme

Diffstat:
README.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,8 +1,8 @@ About ----- -Kore (https://kore.io) is a fast webserver written in C for web applications -developed in C. It provides a small set of API functions you can use to build -a dynamic library which is loaded into Kore directly. +Kore (https://kore.io) is an ultra fast webserver written in C for web +applications developed in C. It provides a set of API functions you can +use to build a dynamic library which is loaded into Kore directly. Kore is an ideal candidate for developing robust, fast and safe web applications.