tree: 03e7f8af43f6be8e88c5fab83c4770043a812386 [path history] [tgz]
  1. minimal-ws-broker/
  2. minimal-ws-server/
  3. minimal-ws-server-echo/
  4. minimal-ws-server-pmd/
  5. minimal-ws-server-pmd-bulk/
  6. minimal-ws-server-pmd-corner/
  7. minimal-ws-server-ring/
  8. minimal-ws-server-threadpool/
  9. minimal-ws-server-threads/
  10. minimal-ws-server-threads-smp/
  11. minimal-ws-server-timer/
  12. README.md
minimal-examples/ws-server/README.md
ExampleDemonstrates
minimal-ws-brokerSimple ws server with a publish / broker / subscribe architecture
minimal-ws-server-echoSimple ws server that listens and echos back anything clients send
minimal-ws-server-pmd-bulkSimple ws server showing how to pass bulk data with permessage-deflate
minimal-ws-server-pmd-cornerCorner-case tests for permessage-deflate
minimal-ws-server-pmdSimple ws server with permessage-deflate support
minimal-ws-server-ringLike minimal-ws-server but holds the chat in a multi-tail ringbuffer
minimal-ws-server-threadpoolDemonstrates how to use a worker thread pool with lws
minimal-ws-server-threads-smpSMP ws server where data is produced by different threads with multiple lws service threads too
minimal-ws-server-threadsSimple ws server where data is produced by different threads
minimal-ws-serverServes an index.html over http that opens a ws shared chat client in a browser