v86 with networking #994
Replies: 1 comment 1 reply
-
see #569
probably you need to use Broadcast Channel API to handle connection within browser tabs/windows that receive/send data to V86
In this example, when first instant sends data (
v86/examples/two_instances.html Lines 68 to 75 in 360d569 About public networking, this case is not suitable, atlease for this needed two "adapters" on each instant, and I don't have idea, how it can be done in v86. However, you can also connect two instants via same network relay: #783 |
Beta Was this translation helpful? Give feedback.
-
Hey! I am trying to implement a version of the 'two machines' example. I was wondering A. how to get it so that i could have two browser windows with two buildroot instances that can talk to each other? Then B. how is this networking handled, are they open to the internet? or is there something else on the backend that is handling the communciation.
Beta Was this translation helpful? Give feedback.
All reactions