webxdc / hello

Sample project with a simple implementation of the webxdc read and write APIs
The Unlicense
29 stars 7 forks source link

feat: ephemeral peer channels #59

Closed Septias closed 2 months ago

Septias commented 4 months ago

Part of 5346

Septias commented 2 months ago

It just adds the api - not using it. But since Hello is the entry point for webxdc development I suppose this should be here @hpk42

hpk42 commented 2 months ago

Not sure -- realtime is still experimental and if there is no support for using it, then it doesn't really help. Otherwise the hello-app does allow to use sendUpdate/setUpdateListener and that works from multiple tabs, no?

On Mon, May 13, 2024 at 07:36 -0700, Sebastian Klähn wrote:

It just adds the api - not using it. But since Hello is the entry point for webxdc development I suppose this should be here @hpk42

-- Reply to this email directly or view it on GitHub: https://github.com/webxdc/hello/pull/59#issuecomment-2107785141 You are receiving this because you were mentioned.

Message ID: @.***>

Septias commented 2 months ago

Yes that works for multiple tabs. Wanted to cross this off my mental list, but we can also keep it open until realtime API actually arrived on the platforms