Presented by
A Simple and High performance Http and Https server plugin for krkr2/krkrz
用于krkr的简单高效的http和https服务端插件。
Used headers from SimpleWeb repository.
引用了来自SimpleWeb的代码。
documentation and wiki:KWebServer Documentation
使用文档:KWebServer文档
(Chinese version only,English version comming soon.)
English and Japanese translations wanted, if you would like to do the translations,please open a pull request and upload translated documents with a suffix such as _ja
or _en
.
This project is open source under
- Checkout project
- You can use Visual Studio 2019 IDE or clone from console:
git clone https://github.com/KhjTechResearch/KWebServer
- You can use Visual Studio 2019 IDE or clone from console:
- Setup
- setup boost C++ library
- setup openSSL library
- add them into build path
- Building
- just set to Release Version and build it
often, the latest build Version is inside the Release folder,Building is not necessary unless any change in code
- just set to Release Version and build it
- 获得代码
- 你可以使用Visual Studio 2019 IDE导入此项目或者在控制台输入
git clone https://github.com/KhjTechResearch/KWebServer
- 准备工作
- 准备boost C++库
- 准备openSSL库
- 把他们添加到包含目录
- 编译 *设置为Release配置并生成 一般来说,在Release文件夹的已经是最新版,无需再次编译
- This plugin has only tested in Windows 10 and Windows server 2012 datacenter former versions may not be supported.
- This plugin may have some annoying errors,if you unluckily meet an error,please open an issue or pull request.
- 本插件只在 Windows 10 和 Windows server 2012 datacenter 上测试过,更早的版本可能不受支持。
- 本插件可能有一些bug,如果你不幸的遇上了,请通过issue和pull request告诉作者