Registry / networking / civetweb

civetweb

JSON →
library1.16vcpkgunverified

Easy to use, powerful, C/C++ embeddable web server.

vcpkg install civetweb
INSTALL
IMPORT
SIG · CIVETWEB
C
civetweb
networkingcppv1.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

civetweb.h
#include <civetweb.h>

Start a simple HTTP server serving static files

#include "civetweb.h" #include <iostream> int main() { const char *options[] = {"document_root", ".", "listening_ports", "8080", 0}; mg_context *ctx = mg_start(NULL, 0, options); std::cout << "Server started on port 8080" << std::endl; getchar(); mg_stop(ctx); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.16latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

civetweb — pip install civetweb · libregistry