Go to file
Joris Vink 3918a7a0a2 add a little readme 2013-05-01 21:36:00 +02:00
example u_int32_t to time_t for last mstamp 2013-05-01 21:25:08 +02:00
includes allow modules to add headers to the response before calling http_response() 2013-05-01 21:16:09 +02:00
libs add openssl libraries we link against, easier. 2013-04-28 13:55:47 +02:00
src allow modules to add headers to the response before calling http_response() 2013-05-01 21:16:09 +02:00
Makefile build kore as -rdynamic so we can properly load modules. 2013-05-01 16:11:10 +02:00
README add a little readme 2013-05-01 21:36:00 +02:00
example.conf add example module that can be built to test kore. 2013-05-01 16:59:13 +02:00

README

Hi.

Kore is a SPDY based web server that handles dynamic content via loadable
modules. Inside the examples/ directory you will find a complete example
on how such modules are built (and some tools to help you get started).

Take a look at example.conf as well for an overview of the way a site
is configured and setup.

Right now Kore development is a moving process, so expect bugs.
If you run into said bugs, please contact me at joris@coders.se.

I should add a TODO list.