Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
associative_storage.cpp File Reference
#include <iostream>
#include <map>
#include <exception>
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>
Include dependency graph for associative_storage.cpp:

Go to the source code of this file.

Classes

struct  connection_data
 
class  print_server
 

Typedefs

typedef websocketpp::server< websocketpp::config::asioserver
 

Functions

int main ()
 

Typedef Documentation

◆ server

Function Documentation

◆ main()

int main ( void )

Definition at line 85 of file associative_storage.cpp.

85 {
87 server.run(9002);
88}
websocketpp::server< websocketpp::config::asio > server