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 ead8af3b810fdc739dd3764073efcc1a163dfa6d
parent 61605a99c43a02d9d46733f81a77d775e2639111
Author: Joris Vink <joris@coders.se>
Date:   Wed,  5 Jun 2013 14:30:06 +0200

add TODO

Diffstat:
TODO | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -0,0 +1,6 @@ +*BSD support +Auxiliary library framework +Better logging facilities +Ability to load one module per domain +GET arguments (only POST supported) +POST multiform/form-data support