• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

api/H01-Sep-2021-2,5811,679

APIReference.mdH A D01-Sep-20218.7 KiB161121

Building.mdH A D01-Sep-202112.1 KiB253194

Contribution.mdH A D01-Sep-20213.1 KiB4832

Embedding.mdH A D01-Sep-202114.2 KiB325252

Installing.mdH A D01-Sep-20212.3 KiB4933

OpenSSL.mdH A D01-Sep-20215.8 KiB159122

README.mdH A D01-Sep-20212.7 KiB5032

UserManual.mdH A D01-Sep-202155.8 KiB1,193943

_config.ymlH A D01-Sep-202127 11

mbedtls.mdH A D01-Sep-2021649 1711

yaSSL.mdH A D01-Sep-20212.4 KiB8972

README.md

1![CivetWeb](https://raw.github.com/civetweb/civetweb/master/resources/civetweb_64x64.png "CivetWeb") CivetWeb
2=======
3
4CivetWeb is an easy to use, powerful, C/C++ embeddable web server with optional CGI, SSL and Lua support.
5
6CivetWeb can be used by developers as a library, to add web server functionality to an existing application.
7CivetWeb uses an [MIT license](https://github.com/civetweb/civetweb/blob/master/LICENSE.md).
8
9It can also be used by end users as a stand-alone web server. It is available as single executable, no installation is required.
10
11To find the latest stable release, visit [https://github.com/civetweb/civetweb/releases](https://github.com/civetweb/civetweb/releases).
12A list of selected changes can be found in the [release notes](https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md).
13
14End users can download CivetWeb at SourceForge
15[https://sourceforge.net/projects/civetweb/](https://sourceforge.net/projects/civetweb/)
16
17Developers can contribute to CivetWeb via GitHub
18[https://github.com/civetweb/civetweb](https://github.com/civetweb/civetweb)
19
20Trouble tickets should be filed on GitHub
21[https://github.com/civetweb/civetweb/issues](https://github.com/civetweb/civetweb/issues)
22
23New releases are announced at Google Groups
24[https://groups.google.com/d/forum/civetweb](https://groups.google.com/d/forum/civetweb)
25
26Formerly some support question and discussion threads have been at [Google groups](https://groups.google.com/d/forum/civetweb).
27Recent questions and discussions use [GitHub issues](https://github.com/civetweb/civetweb/issues).
28
29Source releases can be found on GitHub
30[https://github.com/civetweb/civetweb/releases](https://github.com/civetweb/civetweb/releases)
31
32A security policy can be found in [SECURITY.md](https://github.com/civetweb/civetweb/blob/master/SECURITY.md).
33
34CivetWeb is free of charge, however, donations for maintenance are welcome:
35[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=88ZLXZ6U77GJU)
36
37
38Documentation
39---------------
40
41- [Installing.md](Installing.md) - Install Guide (for end users using pre-built binaries)
42- [UserManual.md](UserManual.md) - End User Guide
43- [Building.md](Building.md) - Building the Server (quick start guide)
44- [Embedding.md](Embedding.md) - Embedding (how to add HTTP support to an existing application)
45- [OpenSSL.md](OpenSSL.md) - Adding HTTPS (SSL/TLS) support using OpenSSL.
46- [API documentation](api) - Additional documentation on the civetweb application programming interface ([civetweb.h](https://github.com/civetweb/civetweb/blob/master/include/civetweb.h)).
47
48[Authors](https://github.com/civetweb/civetweb/blob/master/CREDITS.md)
49
50