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 0f2a6271b99a8e3c0635e471bc48c6dd19c4f95e
parent a4d50d3ddff3af83a6234e56f8973d27e4559fb1
Author: Joris Vink <joris@coders.se>
Date:   Fri,  7 Nov 2014 09:14:53 +0100

Bump readme

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

diff --git a/README.md b/README.md @@ -1,10 +1,10 @@ About ----- -Kore (https://kore.io) is an ultra fast web server / framework 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 (https://kore.io) is an easy to use web application framework for +writing scalable web APIs in C. Its main goals are security, scalability +and allowing rapid development and deployment of such APIs. -Kore is an ideal candidate for developing robust, fast and safe web applications. +Because of this Kore is an ideal candidate for building robust, scalable and secure web things. Features --------