tree: b38405245e5e633d02ea1468634be8b782f6f285 [path history] [tgz]
  1. minimal-ws-broker/
  2. minimal-ws-raw-proxy/
  3. minimal-ws-server/
  4. minimal-ws-server-echo/
  5. minimal-ws-server-pmd/
  6. minimal-ws-server-pmd-bulk/
  7. minimal-ws-server-pmd-corner/
  8. minimal-ws-server-ring/
  9. minimal-ws-server-threadpool/
  10. minimal-ws-server-threads/
  11. minimal-ws-server-threads-foreign-libuv-smp/
  12. minimal-ws-server-threads-smp/
  13. minimal-ws-server-timer/
  14. 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