Add demo video and fill out sparse README sections - #76
Merged
davidchatting merged 4 commits intoAug 5, 2026
Merged
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The BasicWithEndpoints/P5js/PeerNetwork/Vue sections were bare headers with no content, and WebSocketsServer wasn't documented at all despite being a real example folder. Added a short description of what each one demonstrates, and turned the endpoint list into a table with a one-line description per endpoint instead of just bare paths. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
davidchatting
merged commit Aug 5, 2026
ed397ae
into
interactionresearchstudio:master
1 of 2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two related doc changes to the README:
Demo video
Embedded a clickable thumbnail near the top (right after the intro paragraph) linking to https://youtu.be/mcnmPNE4ELA, the P5js example's demo video.
Filled out previously-empty sections
### BasicWithEndpoints,### P5js,### PeerNetwork, and### Vuewere bare headers with no content, andWebSocketsServerwasn't documented at all despite being a real example folder. Added a short paragraph to each describing what it actually demonstrates (based on reading each example's.inoand itsdata/script.js), and turned the## Endpointslist from bare paths into a table with a one-line description per endpoint.No code changes - README only.