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

We've become a framework really

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

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ About ----- -Kore (https://kore.io) is an ultra fast web server written in C for web +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.