Replies: 2 comments
|
Thanks, this looks really cool. Since you seem to have already working code, please submit a PR and we can see how to best merge it in. Generally speaking, the biggest consideration I have is to ensure the core runtime remains small. |
0 replies
|
Live demo: https://cnb.cool/Black_Myth_wukong/next-ppt same idea! we have a runable version for chinese, run on a platform called https://cnb.cool, which run by Tencent. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Live slide broadcasting / Present any deck online
Bento is really good, I'd been searching for a while for a PowerPoint alternative that handles presentations well, and the single-file format is what finally won me over. The one thing missing to fully replace PowerPoint Live / Prezi / Excalidraw presentations for me was presenting a deck online, live.
Since Bento already has the collab sync worker, I built a live broadcast feature on top of it. I'd love your feedback on whether it fits the project's direction before opening a PR.
What it does
Design highlights — I believe (after digging the contribution.md) these match Bento's philosophy
Implementation state
It's fully implemented and tested: a relay control-frame test suite (unsigned/forged/member-key frames dropped, replay order, presence, rate limiting), the single-file build, and a verified two-tab browser flow. The worker change needs a wrangler deploy for enforcement, ofcourse. I needed this feature for my own projects and think could be a useful for a lot of people.
Does this fit with the direction of the project? I'd love to hear your thoughts.
I can open the PR if you're open to it.
Cheers!
All reactions