aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/examples/README.adoc
AgeCommit message (Collapse)Author
2026-02-13lib/websocket: remove generated HTML filesShulhan
The generated HTML files is outdated and it is not referenced anywhere.
2026-01-03all: use SPDX license header formatShulhan
2023-07-03websocket/examples: enhance the server and clientShulhan
In the server, change the listen port to 9101 to prevent conflict with autobahn test suite. In the client, add command "chat" and "chatbot". The "chat" command run client chart as before. The "chatbot" command create client for all known accounts and send N messages continuously.
2019-11-14websocket: add examples of WebSocket as chat server and clientShulhan