ExampleDemonstrates
minimal-http-serverServes a directory over http/1 or http/2, custom 404 handler
minimal-http-server-smpMultiple service threads
minimal-ws-serverServes an index.html over http that opens a ws shared chat client in a browser
minimal-ws-server-pmdSimple ws server with permessage-deflate support
minimal-ws-server-pmd-bulkSimple ws server showing how to pass bulk data with permessage-deflate
minimal-ws-server-ringLike minimal-ws-server but holds the chat in a multi-tail ringbuffer
minimal-ws-server-threadsSimple ws server where data is produced by different threads