nohost
nohost copied to clipboard
Can others connect to my nohost server?
From the docs, I feel the answer is no.
However it would be great to allow this maybe via WebRTC?
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.
Can you share a source or example on how to do this ?