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 aca6f75ff363471dcf61132a685f296da2343074
parent 8b832f0a3727603ca203d3c4b3cab4667fbfc462
Author: Joris Vink <joris@coders.se>
Date:   Fri, 21 Jun 2013 00:07:35 +0200

update readme

Diffstat:
README | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -16,9 +16,15 @@ Features - Virtual host support - Easy to use configuration - Loads your site as a precompiled C module -- Linux epoll(7) and worker processes for throughput +- Event driven architecture and worker processes for throughput - Modules can be reloaded on-the-fly even while serving content +Current supported systems: +- Linux +- OpenBSD + +Any other BSD might function, but is untested. + Right now Kore development is a moving process, so expect bugs. If you run into said bugs please contact me at patches@coders.se.