Description
Embeds an HTTP and WebSocket server inside C++ applications without requiring a separate server process. It is useful for developers adding local APIs, control panels, callbacks, or lightweight network services to their own programs.
Network features can expose application data if bound to the wrong interface or left without authentication. Review listening addresses, TLS decisions, and request validation before shipping software that uses it.