Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vpiotr/mongoose_cpp
Embeddable http server with C++ wrapper included.
https://github.com/vpiotr/mongoose_cpp
Last synced: 18 days ago
JSON representation
Embeddable http server with C++ wrapper included.
- Host: GitHub
- URL: https://github.com/vpiotr/mongoose_cpp
- Owner: vpiotr
- Created: 2015-05-01T13:49:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T14:48:26.000Z (over 9 years ago)
- Last Synced: 2024-07-31T22:58:23.608Z (3 months ago)
- Language: C
- Size: 266 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongoose_cpp
Embeddable http server with C++ wrapper API included.Directory list
------------------------
\bin - executable output directory for test application
\build - build scripts & project files (Visual Studio 2010, Code Blocks 13)
\lib - library output directory
\mongoose - HTTP server code & documents
\mongoose_cpp - C++ wrapper code & test application
Build
------------------------
In order to build the mongoose library or test applications please open project files from:
\build
and perform "Build" command.
For applications it is required to build library first.