rest-cpp
REST-like framework and server for blazing fast web applications in C++11
REST::Server Class Reference

Public Member Functions

 Server (std::string address, int port, Dispatcher *d)
 
void run ()
 
Routerrouter ()
 

Static Public Attributes

static const int BACKLOG_SIZE = 1000
 

Detailed Description

Server creates socket and listens for incoming connections. Connections are maintained by Dispatcher.

See Also
Dispatcher