Go to file
Joris Vink 45adae62f7 q->value should be set to NULL if a query parameter is present but no value was set for it.
introduce kore_buf_appendv() (much like readv()).
introduce kore_buf_appendf() (printf into buffers).
2013-05-04 19:09:07 +02:00
example add dynamic handler example to our base module 2013-05-29 14:42:40 +02:00
includes q->value should be set to NULL if a query parameter is present but no value was set for it. 2013-05-04 19:09:07 +02:00
libs add openssl libraries we link against, easier. 2013-04-28 13:55:47 +02:00
src q->value should be set to NULL if a query parameter is present but no value was set for it. 2013-05-04 19:09:07 +02:00
Makefile add very basic support for HTTP/1.1. 2013-05-02 03:51:04 +02:00
README update README just a tiny bit. 2013-05-17 08:46:45 +02:00
example.conf add dynamic handler example to our base module 2013-05-29 14:42:40 +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).

Kore does support normal HTTP over SSL as well, for the less technological
advanced browsers.

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.

To get started, put some X.509 certificates in a folder called certs,
and run a make to get everything compiled. If if doesn't compile out of
the box there's something you can help me out with.

I should add a TODO list.