Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
websockets_server.hpp File Reference
#include "websocketpp/config/asio_no_tls.hpp"
#include "websocketpp/roles/server_endpoint.hpp"
#include "websockets_endpoint.hpp"
#include <future>
#include <set>
Include dependency graph for websockets_server.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plotly::detail::WebsocketServer

Namespaces

namespace  plotly
 C++ bindings for Plotly.
namespace  plotly::detail

Typedefs

using plotly::detail::server_config = websocketpp::config::asio
using plotly::detail::server_t = websocketpp::server<server_config>
using plotly::detail::endpoint_t = server_t