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 109c17fe5d1321b60f4ecbd5903703450989dfb1
parent d6d6f96ca06d5a009983bea88f1bb8872c6035f5
Author: Joris Vink <joris@coders.se>
Date:   Thu, 17 Apr 2014 11:16:37 +0200

Mention postgresql support (compile with PGSQL=1)

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

diff --git a/README.md b/README.md @@ -14,6 +14,7 @@ Features * Built-in parameter validation * Only HTTPS connections allowed * Multiple modules can be loaded at once +* Built-in asynchronous PostgreSQL support * Load your web application as a precompiled C library * Event driven architecture with per CPU core worker processes * Modules can be reloaded on-the-fly, even while serving content