Wire Sysio Wire Sysion 1.0.0
|
#include "tcp_echo_server.hpp"
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>
#include <iostream>
Go to the source code of this file.
Typedefs | |
typedef websocketpp::server< websocketpp::config::asio > | ws_echo_server |
Functions | |
void | on_message (ws_echo_server *s, websocketpp::connection_hdl hdl, ws_echo_server::message_ptr msg) |
int | main () |
Definition at line 38 of file external_io_service.cpp.
int main | ( | void | ) |
Definition at line 61 of file external_io_service.cpp.
void on_message | ( | ws_echo_server * | s, |
websocketpp::connection_hdl | hdl, | ||
ws_echo_server::message_ptr | msg ) |
Definition at line 41 of file external_io_service.cpp.