# TinyHttpServer **Repository Path**: maxim_wong/TinyHttpServer ## Basic Information - **Project Name**: TinyHttpServer - **Description**: 一个简单的跨平台Http服务器.服务器部分使用了Mongoose的代码,界面是使用QT开发的. 开发的目的是为了在临时需要使用一个http服务器来做发布代码文档的时候方便些的.因为apache等之类的都太大了,而一些迷你型的webserver又支持windowns比较多. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 20 - **Created**: 2016-05-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Tiny Http Server 一个简单的跨平台Http服务器.服务器部分使用了Mongoose的代码,界面是使用QT开发的. 开发为了在临时需要使用一个http服务器来做发布代码文档的时候,不用去安装apache等大块头。又因为网上的一些迷你型的webserver又多是只支持windowns的,所以干脆自己做一个。 本来向自己写一个http Server的,看了tinyhttp的代码,觉得功能太弱了。结果又发现了Mongoose这个东西,看起来还不错,也简单好用,就拿过来先用了。 在实现的时候没有考虑多进程实例的情况,也没有对Mongoose进行错误处理,所有这个不适合严谨的场合使用。 二进制文件下载地址如下: [windows 64bit:TinyHttpServer.exe.7z](http://git.oschina.net/oloroso/TinyHttpServer/blob/master/binary/TinyHttpServer.exe.7z) [linux 64bit:TinyHttpServer](http://git.oschina.net/oloroso/TinyHttpServer/blob/master/binary/TinyHttpServer) [中文语言包:zh_hans.qm](http://git.oschina.net/oloroso/TinyHttpServer/blob/master/binary/zh_hans.qm) ![s1](htdoc/server1.png) ![s2](htdoc/server2.png) ![2](htdoc/tray1.png) ![3](htdoc/zh_hans.png) ![test](htdoc/test.png) ![test2](htdoc/test2.png)