Browser version?
vitaly-zdanevich opened this issue · 5 comments
vitaly-zdanevich commented
If this is JavaScript - this is mean that it can works inside web browser?
ralphtheninja commented
In theory yes, but you need a server so the browser can find peers, which isn't needed with cabal-desktop
since it can connect to a hyperswarm
without any server.
vitaly-zdanevich commented
but you need a server
Service worker?
ralphtheninja commented
Service worker?
A websocket server or similar running e.g. hyperswarm-web
.
vitaly-zdanevich commented
In browser you can use WebSockets.
Browser version is more secure because of the sandbox, this is more dangerous to install dedicated software.
dorkmo commented
would browser work on smart phone?