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 1c8cfff1a9e67affbe33d5ca0b7f656a65198705
parent 886c3920dbab5af3e1d744a93b5f3dc9ffe8b874
Author: Joris Vink <joris@coders.se>
Date:   Sat,  6 Jul 2013 04:29:24 +0200

add websocket support and more onto TODO list

Diffstat:
docs/TODO | 17+++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/docs/TODO b/docs/TODO @@ -1,4 +1,13 @@ -Auxiliary library framework -Ability to load one module per domain -GET arguments (only POST supported) -POST multiform/form-data support +High prio +- GET arguments (only POST supported) +- POST multiform/form-data support + +Med prio +- Websocket support (websocket page handlers) +- GOAWAY for SPDY connections that have been idle too long + +Low prio +- Auxiliary library framework +- Ability to load one module per domain +- GET arguments (only POST supported) +- POST multiform/form-data support