|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Concept for message-oriented sockets (WebSocket). More...
#include <socket_concepts.h>
Concept for message-oriented sockets (WebSocket).
Message sockets provide framed, message-based communication. They distinguish between text and binary messages.
Types satisfying this concept: websocket_socket
Example usage:
Definition at line 221 of file socket_concepts.h.