composablesys / collabs

Collabs library monorepo

Home Page:https://collabs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meshing networks (multiple at once)?

mweidner037 opened this issue · comments

Yjs supports this; we could use this to implement something like Legion (server + WebRTC opt).

Should be possible with a new BroadcastNetwork class that inputs the networks you want to mesh.

Possible since #210 (just construct multiple networks).