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 203fdc139d59159eedf3af23d977f1f2fa359e7a
parent 5c21a120fc22ab639e6d12c677d9800c8824e7c5
Author: Joris Vink <joris@coders.se>
Date:   Sun,  3 Aug 2014 21:38:07 +0200

Examples are now under examples/

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

diff --git a/README.md b/README.md @@ -72,7 +72,7 @@ those by setting a shell environment variable before running **_make_**. Example libraries ----------------- -You can find example libraries under **_contrib/examples/_**. +You can find example libraries under **_examples/_**. The examples should be compiled using the supplied **build.sh** scripts and assume you have installed the header files using make install.