1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

Update README.md

This commit is contained in:
Xuan Sang LE 2018-10-07 14:11:34 +02:00 committed by GitHub
parent 7e0c0d29e1
commit 56408cd6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# ant-http
[![Build Status](https://travis-ci.org/lxsang/ant-http.svg?branch=master)](https://travis-ci.org/lxsang/ant-http)
A lightweight and portable HTTP/HTTPs web server written in standard C:
A lightweight and portable HTTP/HTTPs web server written in C:
- New 1.0.0 version: Single thread server with configurable number of thread pool workers, good for scalability
- It can be configurable to work well on embedded Linux for server application.
- Support SSL via open SSL, database via Sqlite 3, web socket integrated