minimal: refactor directories and add README.md
5
minimal-examples/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
|name|demonstrates|
|
||||
---|---
|
||||
server|Minimal examples providing a server
|
||||
client|Minimal examples providing a client
|
||||
client-server|Minimal examples providing client and server connections simultaneously
|
3
minimal-examples/client-server/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
|name|demonstrates|
|
||||
---|---
|
||||
minimal-ws-proxy|Serves an index.html over http that connects back to the ws server, and maintains a ws client connection of its own at the same time to https://libwebsockets.org dumb-increment-protocol to feed a ringbuffer that is sent to all connected browsers.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
4
minimal-examples/client/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
|name|demonstrates|
|
||||
---|---
|
||||
minimal-http-client|Connects to and reads https://warmcat.com
|
||||
minimal-ws-client|Connects to the dumb-increment-protocol wss server at https://libwebsockets.org
|
10
minimal-examples/server/README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
|Example|Demonstrates|
|
||||
---|---
|
||||
minimal-http-server|Serves a directory over http/1 or http/2, custom 404 handler
|
||||
minimal-http-server-smp|Multiple service threads
|
||||
minimal-ws-server|Serves an index.html over http that opens a ws shared chat client in a browser
|
||||
minimal-ws-server-pmd|Simple ws server with permessage-deflate support
|
||||
minimal-ws-server-pmd-bulk|Simple ws server showing how to pass bulk data with permessage-deflate
|
||||
minimal-ws-server-ring|Like minimal-ws-server but holds the chat in a multi-tail ringbuffer
|
||||
minimal-ws-server-threads|Simple ws server where data is produced by different threads
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |