Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
EventRouter.hpp File Reference
#include <orbit/server/App.hpp>
#include <orbit/http/WebSocketConnection.hpp>
#include <orbit/http/json.hpp>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <functional>
#include <mutex>
#include <memory>
#include <iostream>
Include dependency graph for EventRouter.hpp:

Go to the source code of this file.

Classes

struct  websocket::EmptySession
 
class  websocket::EventSocket< SessionType >
 Represents a connected client in the EventRouter. More...
 
class  websocket::EventRouter< SessionType >
 A Socket.IO style event router for WebSockets with Room and Session support. More...
 
struct  websocket::EventRouter< SessionType >::RoomBroadcaster
 

Namespaces

namespace  websocket