kore/README

25 lines
939 B
Plaintext
Raw Normal View History

2013-05-01 21:36:00 +02:00
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).
2013-06-04 08:52:30 +02:00
Kore does support normal HTTP over SSL as well (for the less technological
advanced browsers).
2013-05-17 08:46:45 +02:00
2013-05-01 21:36:00 +02:00
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.
2013-06-04 08:52:30 +02:00
If you run into said bugs please contact me at joris@coders.se.
2013-05-01 21:36:00 +02:00
2013-06-04 08:52:30 +02:00
To get started put some X.509 certificates in a folder called certs
2013-05-17 08:46:45 +02:00
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.
2013-06-05 08:34:49 +02:00
You can tell kore to reload its site module by sending a SIGHUP signal
to the main process. Sending a SIGQUIT signal will reap all worker
processes and shutdown the server.
2013-05-01 21:36:00 +02:00
I should add a TODO list.