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 56a3cfa6c8b7af38987fd112b9997ab936317a11
parent 723c99b65ea756e403174d98e4f377cad43a38d5
Author: Joris Vink <joris@coders.se>
Date:   Mon, 30 Jun 2014 10:11:45 +0200

Mention background tasks

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

diff --git a/README.md b/README.md @@ -11,6 +11,7 @@ Features * Supports SNI * Supports SPDY/3 * Supports HTTP/1.1 +* Lightweight background tasks * Built-in parameter validation * Only HTTPS connections allowed * Multiple modules can be loaded at once