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 87a826d89b9624f54d95dd150e90e13b967cf1d1
parent a261c034351481dc7b6828e824bdd194063be5b4
Author: Joris Vink <joris@coders.se>
Date:   Wed,  8 Jun 2016 14:25:16 +0200

Better wording.

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

diff --git a/README.md b/README.md @@ -18,7 +18,7 @@ Features * Only HTTPS connections allowed * Multiple modules can be loaded at once * Built-in asynchronous PostgreSQL support -* private keys isolated in separate process +* Private keys isolated in separate process * Default sane TLS ciphersuites (PFS in all major browsers) * Load your web application as a precompiled dynamic library * Modules can be reloaded on-the-fly, even while serving content