Chapter 8. A Message Server

Table of Contents

1. Overview
2. The Program
3. Walk-through
4. Building and Running
5. See Also

1. Overview

The server-message program is the server counterpart to the messaging client. It uses the message server layer (vrtql_msg_svr), which operates on structured vrtql_msg messages — routing and header maps and a content buffer — rather than raw WebSocket messages. It echoes each message back, preserving its serialisation format.