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

mention keymgr.

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

diff --git a/README.md b/README.md @@ -18,6 +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 * 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