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 036a4e4d3ce35e8494c580c435e1cc573bfebdda
parent cc2e317d30125e3fb5b793723e5e06f752d9c1e2
Author: Joris Vink <joris@coders.se>
Date:   Thu,  5 Nov 2015 09:18:14 +0100

NOTLS means no tls, not no openssl.

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

diff --git a/README.md b/README.md @@ -76,7 +76,7 @@ those by setting a shell environment variable before running **_make_**. * TASKS=1 (compiles in task support) * PGSQL=1 (compiles in pgsql support) * DEBUG=1 (enables use of -d for debug) -* NOTLS=1 (compiles Kore without OpenSSL) +* NOTLS=1 (compiles Kore without TLS) * KORE_PEDANTIC_MALLOC=1 (zero all allocated memory) Example libraries