nohost icon indicating copy to clipboard operation
nohost copied to clipboard

Can others connect to my nohost server?

Open ydennisy opened this issue 7 years ago • 2 comments

From the docs, I feel the answer is no.

However it would be great to allow this maybe via WebRTC?

ydennisy avatar May 02 '18 17:05 ydennisy

I had notifications off for this repo, sorry I missed this.

NOTE: I've refactored this into a service worker since you posted this. If you wanted to expose the filesystem over WebRTC, you could do that, yes. I've done something like that with Plan9 resource sharing in the browser. I've also connected the filesystem to another host via Webtorrent.js

But it would need plumbing. Basically, another service worker in the remove machine that proxy's calls across your remote connection, and returns things as Response objects, like I do now.

humphd avatar Jan 08 '19 02:01 humphd

Can you share a source or example on how to do this ?

Gowtham2003 avatar Jul 02 '22 02:07 Gowtham2003