mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #311] [CLOSED] Add turbosync example - synchronized video playback with Durable Objects #468
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/311
Author: @AliSananS
Created: 3/7/2026
Status: ❌ Closed
Base:
main← Head:example/turbosync📝 Commits (1)
bd0ec7eAdd turbosync example - synchronized video playback with Durable Objects📊 Changes
49 files changed (+18823 additions, -0 deletions)
View changed files
➕
examples/turbosync/.gitignore(+44 -0)➕
examples/turbosync/README.md(+37 -0)➕
examples/turbosync/app/favicon.ico(+0 -0)➕
examples/turbosync/app/globals.css(+126 -0)➕
examples/turbosync/app/layout.tsx(+36 -0)➕
examples/turbosync/app/page.tsx(+143 -0)➕
examples/turbosync/app/player/page.tsx(+120 -0)➕
examples/turbosync/app/room/[id]/page.tsx(+11 -0)➕
examples/turbosync/app/room/[id]/room-client.tsx(+174 -0)➕
examples/turbosync/app/room/page.tsx(+307 -0)➕
examples/turbosync/biome.json(+37 -0)➕
examples/turbosync/bun.lock(+1575 -0)➕
examples/turbosync/components.json(+23 -0)➕
examples/turbosync/components/lobby-screen.tsx(+106 -0)➕
examples/turbosync/components/local-video-player.tsx(+429 -0)➕
examples/turbosync/components/peer-permissions-dialog.tsx(+221 -0)➕
examples/turbosync/components/player-dashboard.tsx(+699 -0)➕
examples/turbosync/components/room-settings-dialog.tsx(+164 -0)➕
examples/turbosync/components/ui/avatar.tsx(+109 -0)➕
examples/turbosync/components/ui/badge.tsx(+48 -0)...and 29 more files
📄 Description
Summary
Github Repo
https://github.com/AliSananS/turbosync
Live Demo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.