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

Go to the source code of this file.

Classes

struct  connection_data
 
struct  custom_config
 
class  print_server
 

Typedefs

typedef websocketpp::server< custom_configserver
 
typedef server::connection_ptr connection_ptr
 

Functions

int main ()
 

Typedef Documentation

◆ connection_ptr

Definition at line 31 of file enriched_storage.cpp.

◆ server

Definition at line 30 of file enriched_storage.cpp.

Function Documentation

◆ main()

int main ( void )

Definition at line 84 of file enriched_storage.cpp.

84 {
86 server.run(9002);
87}
websocketpp::server< custom_config > server