Wire Sysio Wire Sysion 1.0.0
|
#include <websocketpp/config/core.hpp>
#include <websocketpp/server.hpp>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Typedefs | |
typedef websocketpp::server< websocketpp::config::core > | server |
Functions | |
void | on_message (server *s, websocketpp::connection_hdl hdl, message_ptr msg) |
int | main () |
Definition at line 8 of file iostream_server.cpp.
int main | ( | void | ) |
Definition at line 35 of file iostream_server.cpp.
void on_message | ( | server * | s, |
websocketpp::connection_hdl | hdl, | ||
message_ptr | msg ) |
Definition at line 18 of file iostream_server.cpp.