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 79a736fc164f2781c6823641f9944a794cd2c3ad
parent 0c5b0d228818660278203b5bfe642d2bc5c5caf9
Author: Joris Vink <joris@coders.se>
Date:   Mon,  4 Aug 2014 21:06:35 +0200

Add a link to yajl repo

Diffstat:
examples/json_yajl/README.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/examples/json_yajl/README.md b/examples/json_yajl/README.md @@ -14,3 +14,5 @@ Test: ``` The result should echo back the foo.bar JSON path value: Hello world. + +The yajl repo is available @ https://github.com/lloyd/yajl