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

Add 1.2 release date + spelling

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

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ About ----- -Kore (https://kore.io) is an ultra fast webserver written in C for web +Kore (https://kore.io) is an ultra fast web server 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. @@ -35,6 +35,7 @@ See https://kore.io/doc/#section1.1 for more information. Releases -------- +* [2014-08-25] Version 1.2 will be released * [2014-03-01] Version 1.1 - https://kore.io/release/kore-1.1-stable.tgz Building Kore