xref: /aosp_15_r20/external/libwebsockets/minimal-examples/ws-server/README.md (revision 1c60b9aca93fdbc9b5f19b2d2194c91294b22281)
1*1c60b9acSAndroid Build Coastguard Worker|Example|Demonstrates|
2*1c60b9acSAndroid Build Coastguard Worker---|---
3*1c60b9acSAndroid Build Coastguard Workerminimal-ws-broker|Simple ws server with a publish / broker / subscribe architecture
4*1c60b9acSAndroid Build Coastguard Workerminimal-ws-server-echo|Simple ws server that listens and echos back anything clients send
5*1c60b9acSAndroid Build Coastguard Workerminimal-ws-server-pmd-bulk|Simple ws server showing how to pass bulk data with permessage-deflate
6*1c60b9acSAndroid Build Coastguard Workerminimal-ws-server-pmd-corner|Corner-case tests for permessage-deflate
7*1c60b9acSAndroid Build Coastguard Workerminimal-ws-server-pmd|Simple ws server with permessage-deflate support
8*1c60b9acSAndroid Build Coastguard Workerminimal-ws-server-ring|Like minimal-ws-server but holds the chat in a multi-tail ringbuffer
9*1c60b9acSAndroid Build Coastguard Workerminimal-ws-server-threadpool|Demonstrates how to use a worker thread pool with lws
10*1c60b9acSAndroid Build Coastguard Workerminimal-ws-server-threads-smp|SMP ws server where data is produced by different threads with multiple lws service threads too
11*1c60b9acSAndroid Build Coastguard Workerminimal-ws-server-threads|Simple ws server where data is produced by different threads
12*1c60b9acSAndroid Build Coastguard Workerminimal-ws-server|Serves an index.html over http that opens a ws shared chat client in a browser
13*1c60b9acSAndroid Build Coastguard Worker
14