Skip to content
Snippets Groups Projects
Commit 876878a2 authored by Andy Green's avatar Andy Green
Browse files

minimal: ws-client-tx and change dir names to match project name

parent 49a694bd
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 6 deletions
|name|demonstrates| |name|demonstrates|
---|--- ---|---
server-http|Minimal examples providing an http server http-server|Minimal examples providing an http server
server-ws|Minimal examples providing a ws server (and an http server) ws-server|Minimal examples providing a ws server (and an http server)
client-http|Minimal examples providing an http client http-client|Minimal examples providing an http client
client-ws|Minimal examples providing a ws client ws-client|Minimal examples providing a ws client
client-server|Minimal examples providing client and server connections simultaneously client-server|Minimal examples providing client and server connections simultaneously
## FAQ ## FAQ
...@@ -12,7 +12,7 @@ client-server|Minimal examples providing client and server connections simultane ...@@ -12,7 +12,7 @@ client-server|Minimal examples providing client and server connections simultane
Build and install lws itself first, these examples all want to link to it. Then Build and install lws itself first, these examples all want to link to it. Then
`server-http/minimal-http-server` `http-server/minimal-http-server`
### Why are most of the sources split into a main C file file and a protocol file? ### Why are most of the sources split into a main C file file and a protocol file?
...@@ -69,7 +69,7 @@ a list of live pss in the vhd... that means it's cleanly a list of ...@@ -69,7 +69,7 @@ a list of live pss in the vhd... that means it's cleanly a list of
pss opened **on that vhost**. If another vhost has the protocol pss opened **on that vhost**. If another vhost has the protocol
enabled, connections to that will point to a different vhd. enabled, connections to that will point to a different vhd.
The example "server/minimal-ws-server-threads" demonstrates how to deliver The example "ws-server/minimal-ws-server-threads" demonstrates how to deliver
external configuration data to a specific vhost + protocol external configuration data to a specific vhost + protocol
combination using code. In lwsws, this is simply a matter of setting combination using code. In lwsws, this is simply a matter of setting
the desired JSON config. the desired JSON config.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment