#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#include <websocketpp/common/thread.hpp>
#include <websocketpp/common/memory.hpp>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | websocket_endpoint |
Typedefs | |
typedef websocketpp::client< websocketpp::config::asio_client > | client |
Functions | |
int | main () |