Commit Graph
3 Commits
Author SHA1 Message Date
Raven Scott 10785ab556 tests 2026-02-21 02:52:00 -05:00
Raven Scott 3a2d673001 Add detailed README to each example directory- chat, whiteboard, sdk-demo, hrpc-demo, data-demo, screenshare: each gets README.md- Same structure: what it does, prerequisites, how to run, usage, files, APIs, see also- Note in examples/README.md that each subdir has its own README 2026-02-12 07:41:02 -05:00
Raven Scott e801bc0041 Refactor examples into per-app directories with separate HTML, CSS, and JS
- Give each example its own directory: chat/, whiteboard/, sdk-demo/, hrpc-demo/, data-demo/, screenshare/
- Split each into index.html, style.css, and app.js (no inline script/style; CSP-friendly)
- Remove old flat files (e.g. chat.html, whiteboard.html, whiteboard.js)
- Update README, examples/README, and docs/HRPC to use new paths
2026-02-12 07:35:18 -05:00