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 791aba1e82ad223cbee4996f3d2f06c805e595e1
parent cf6a6550f071bf390cf856c490780fba8f15c71b
Author: Joris Vink <joris@coders.se>
Date:   Thu, 30 May 2013 21:27:13 +0200

specify example of onload

Diffstat:
example.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/example.conf b/example.conf @@ -7,6 +7,7 @@ runas joris workers 10 # Load our site module now (containing all the goodies). +# onload myinit load example/example.module # Declare page handlers below.