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 4cfff12b4635ce8d58335a1b92901578e24c76fd
parent d0e46adfb1a1ecebc1ac7db69ec3e5b12d87f6a3
Author: Joris Vink <joris@coders.se>
Date:   Fri, 27 Sep 2019 23:53:15 +0200

mention sandboxing

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

diff --git a/README.md b/README.md @@ -22,6 +22,7 @@ Key Features * Private keys isolated in separate process (RSA and ECDSA) * Default sane TLS ciphersuites (PFS in all major browsers) * Modules can be reloaded on-the-fly, even while serving content +* Worker processes sandboxed on OpenBSD (pledge) and Linux (seccomp) * Event driven (epoll/kqueue) architecture with per CPU worker processes * Build your web application as a precompiled dynamic library or single binary