2014-03-02 18:16:32 +01:00
|
|
|
|
About
|
|
|
|
|
-----
|
|
|
|
|
Kore (https://kore.io) is a fast webserver written in C for web applications
|
|
|
|
|
developed in C. It provides a small set of API functions you can use to build
|
|
|
|
|
a dynamic library which is loaded into Kore directly.
|
2013-05-01 21:36:00 +02:00
|
|
|
|
|
2014-03-02 18:16:32 +01:00
|
|
|
|
Kore is an ideal candidate for developing robust, fast and safe web applications.
|
2013-05-01 21:36:00 +02:00
|
|
|
|
|
2013-06-05 16:41:42 +02:00
|
|
|
|
Features
|
2014-03-02 18:16:32 +01:00
|
|
|
|
--------
|
|
|
|
|
* Supports SNI
|
|
|
|
|
* Supports SPDY/3
|
|
|
|
|
* Supports HTTP/1.1
|
|
|
|
|
* Built-in parameter validation
|
|
|
|
|
* Only HTTPS connections allowed
|
|
|
|
|
* Multiple modules can be loaded at once
|
|
|
|
|
* Load your web application as a precompiled C library
|
|
|
|
|
* Event driven architecture with per CPU core worker processes
|
|
|
|
|
* Modules can be reloaded on-the-fly, even while serving content
|
2013-06-05 14:10:29 +02:00
|
|
|
|
|
2013-06-24 12:05:22 +02:00
|
|
|
|
License
|
2014-03-02 18:16:32 +01:00
|
|
|
|
-------
|
|
|
|
|
* Kore is licensed under the ISC license
|
2013-06-24 12:05:22 +02:00
|
|
|
|
|
2013-07-28 19:25:46 +02:00
|
|
|
|
Platforms supported
|
2014-03-02 18:16:32 +01:00
|
|
|
|
-------------------
|
|
|
|
|
* Linux
|
|
|
|
|
* OpenBSD
|
|
|
|
|
* FreeBSD
|
|
|
|
|
* OSX
|
|
|
|
|
|
|
|
|
|
See https://kore.io/doc/#section1.1 for more information.
|
|
|
|
|
|
|
|
|
|
Releases
|
|
|
|
|
--------
|
|
|
|
|
* [2014-03-01] Version 1.1 - https://kore.io/release/kore-1.1-stable.tgz
|
|
|
|
|
|
|
|
|
|
Bugs, contributions and more
|
|
|
|
|
----------------------------
|
2013-06-21 00:07:35 +02:00
|
|
|
|
|
2014-03-02 18:16:32 +01:00
|
|
|
|
If you run into any bugs, have suggestions or patches please
|
|
|
|
|
contact me at joris@coders.se.
|
2013-06-05 14:10:29 +02:00
|
|
|
|
|
2013-06-05 16:41:42 +02:00
|
|
|
|
More information can be found on https://kore.io/
|