|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
A lightweight HTTP server for serving Plotly visualizations. More...
#include <http_server.hpp>
A lightweight HTTP server for serving Plotly visualizations.
The http_server class provides functionality to serve either static files from a directory or direct HTML content over HTTP. It's designed to be used for hosting Plotly visualizations locally, allowing them to be viewed in a web browser.