Share page
On-Hold
Share Page is an application I built that allows my friends and me to submit content (e.g. YouTube video, GIF, audio file, Instagram Reel) to be played on a streamer's live feed.
The submission interface was written using React with TypeScript. When content is submitted the submission is sent over a WebSocket to the Node.js server where the submission is validated, decorated, and relayed to other connected users. The streamer's streaming software renders a web page that is also connected to the server via WebSockets and will play the relayed content.
This story is incomplete. Come back later for more details.