1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/minimal-examples/README.md

10 lines
299 B
Markdown
Raw Normal View History

# minimal-examples
2018-03-15 11:56:40 +08:00
These are examples using the high-level Secure Streams features of lws.
2018-03-15 11:56:40 +08:00
There are lower-level examples in `./minimal-examples-lowlevel` that
cover more usecases. However the capability of Secure Streams is
continuing to cover more cases and it is quite a bit simpler to use.
2018-03-15 11:56:40 +08:00
2018-03-16 10:06:52 +08:00