Skip to content

KhjTechResearch/KWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Presented by
logo
A Simple and High performance Http and Https server plugin for krkr2/krkrz
用于krkr的简单高效的http和https服务端插件。
GitHub GitHub stars GitHub last commit Github
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 AGPLv3

Building

  • Checkout project
    • You can use Visual Studio 2019 IDE or clone from console: git clone https://github.com/KhjTechResearch/KWebServer
  • Setup
  • 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

编译

  • 获得代码
  • 你可以使用Visual Studio 2019 IDE导入此项目或者在控制台输入 git clone https://github.com/KhjTechResearch/KWebServer
  • 准备工作
  • 准备boost C++库
  • 准备openSSL
  • 把他们添加到包含目录
  • 编译 *设置为Release配置并生成 一般来说,在Release文件夹的已经是最新版,无需再次编译

Notice

  • 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 10Windows server 2012 datacenter 上测试过,更早的版本可能不受支持。
  • 本插件可能有一些bug,如果你不幸的遇上了,请通过issue和pull request告诉作者