README.md
1# Secure Streams
2
3Secure Streams is a client API that strictly decouples the policy for connections
4from the payloads. The user code only deals with the stream type name and payloads,
5a policy database set at `lws_context` creation time decides all policy about the
6connection, including the endpoint, tls CA, and even the wire protocol.
7
8|name|demonstrates|
9---|---
10minimal-secure-streams|Minimal secure streams client / proxy example
11minimal-secure-streams-tx|Proxy used for client-tx test below
12minimal-secure-streams-client-tx|Secure streams client showing tx and rx
13
14
15