TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hostyoself: Server in a browser – host from your computer, your phone, etc.

315 pointsby panphoraalmost 6 years ago

22 comments

superboumalmost 6 years ago
A better solution would be to integrate propositions like dweb[1] in browsers then simply use socket listening. Without socket listening, using WebRTC to create direct connections is also a solution. UPnP and ICE can help to configure routers and&#x2F;or bypass their restrictions.<p>Using these technologies instead of OP centralized proposition would improve reliability, scalability, security and sustainability : currently hostyoself.com returns a 502 bad gateway.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;libdweb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;libdweb</a>
评论 #20419566 未加载
评论 #20420251 未加载
评论 #20419586 未加载
评论 #20420070 未加载
snekalmost 6 years ago
To clarify: there is no server in your browser. You just shoot data across a websocket through <a href="https:&#x2F;&#x2F;hostyoself.com&#x2F;ws" rel="nofollow">https:&#x2F;&#x2F;hostyoself.com&#x2F;ws</a>
评论 #20423159 未加载
评论 #20421824 未加载
评论 #20421183 未加载
评论 #20423814 未加载
negamaxalmost 6 years ago
From the README<p>&gt; Does this use AI or blockchain? Sure, why not.<p>They won the Internet!
评论 #20419324 未加载
评论 #20420501 未加载
评论 #20419303 未加载
shtackalmost 6 years ago
We&#x27;ve been working on a very similar idea to this for the past few months: <a href="https:&#x2F;&#x2F;pocketweb.io" rel="nofollow">https:&#x2F;&#x2F;pocketweb.io</a> There is a very early beta available on both iOS and Android. We&#x27;ve thought a lot about battery and data and have gotten really good results by leveraging existing radio wakeups, batching requests, and doing all sorts of optimizations to the sites themselves.<p>Right now we&#x27;re focused entirely on personal websites, because we believe the majority of those can actually easily be hosted on a phone (eg. How many people actually view your LinkedIn page every day? A single Facebook page doesn&#x27;t require a datacenter. Etc).<p>We&#x27;re limited to single static pages with images right now but better support for multiple pages and server code with SQLite is coming. More template types, for example stores, are coming as well.<p>Let us know what you think!
swalshalmost 6 years ago
This reminds me of the time Opera made some big annoucement in 2009 that they were going to &quot;reinvent the web&quot;, and when they finally revealed what it was, it was basically host some files from your browser.<p><a href="https:&#x2F;&#x2F;www.zdnet.com&#x2F;article&#x2F;opera-reinvents-the-web-will-anyone-notice&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.zdnet.com&#x2F;article&#x2F;opera-reinvents-the-web-will-a...</a>
评论 #20421212 未加载
评论 #20421207 未加载
评论 #20423760 未加载
anderspitmanalmost 6 years ago
Personal plug: if you want something similar that supports Range requests (ie streaming), check out fibridge[0][1][2]. However, I haven&#x27;t tried adding support for setting web mime types so you can actually run a website off of it like hostyoself. That&#x27;s any interesting use case that I&#x27;ll have to look in to.<p>[0] <a href="https:&#x2F;&#x2F;fbrg.xyz&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fbrg.xyz&#x2F;</a><p>[1] <a href="http:&#x2F;&#x2F;iobio.io&#x2F;2019&#x2F;06&#x2F;12&#x2F;introducing-fibridge&#x2F;" rel="nofollow">http:&#x2F;&#x2F;iobio.io&#x2F;2019&#x2F;06&#x2F;12&#x2F;introducing-fibridge&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;anderspitman&#x2F;fibridge-proxy-rs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anderspitman&#x2F;fibridge-proxy-rs</a>
filmgirlcwalmost 6 years ago
I would never use this but I love that it exists and I love the humor&#x2F;personality behind the project.
Santosh83almost 6 years ago
Very related to this project is the Beaker Browser, which however uses P2P topology instead of a conventional proxy server.
评论 #20419591 未加载
erikigalmost 6 years ago
This is pretty awesome and their list of inspirations is a veritable goldmine of tools I hadn&#x27;t seen or used before<p>- <a href="https:&#x2F;&#x2F;beakerbrowser.com" rel="nofollow">https:&#x2F;&#x2F;beakerbrowser.com</a> - P2P Web in the browser (Opera Unite Redux)<p>- <a href="http:&#x2F;&#x2F;localhost.run" rel="nofollow">http:&#x2F;&#x2F;localhost.run</a> &amp; inlets - ngrok with feathers and a monocle
ivanbalmost 6 years ago
IANAL but from the position of law any illegal content shared this way is hosted by the owner of hostyoself.com
评论 #20421051 未加载
评论 #20420873 未加载
评论 #20420919 未加载
评论 #20421401 未加载
bluesmoonalmost 6 years ago
Anyone remember browserver posted to HN 7 years ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4366555" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4366555</a>
tmikaeldalmost 6 years ago
So, a proxy?
评论 #20419085 未加载
评论 #20419075 未加载
评论 #20421491 未加载
cadecairosalmost 6 years ago
This seems a lot like <a href="https:&#x2F;&#x2F;github.com&#x2F;humphd&#x2F;nohost" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;humphd&#x2F;nohost</a>
评论 #20420362 未加载
sorzalmost 6 years ago
&gt; Won&#x27;t I have to reload my browser if I change a file?<p>&gt; Yep! Welcome to the joys of Javascript.<p>Although it (re-)sends file for every request, the file content must be identical. So the relay server may just cache the file.<p>Once you do that, it becomes more like a traditional static file hosting w&#x2F; on-demand file uploading via browser.
codesushi42almost 6 years ago
Underwhelming, this just proxies the request through an external web server that handles it.<p>It would be interesting to see something using WASM to run a web server in the browser. And some kind of decentralized replacement of DNS gateways for host resolution.
评论 #20424555 未加载
评论 #20423815 未加载
o_natealmost 6 years ago
I could see a use case for something like this to temporarily share a picture or other file on a web message board, for instance.
tbirrellalmost 6 years ago
What prevents hostyoself.com (or more likely, a malicious actor that hacked HYS) from executing a MITM attack on everything?
johnchristopheralmost 6 years ago
Opera had something like that built-in years ago. I don&#x27;t remember if it made it out of the preview feature.
lhoffalmost 6 years ago
Oh well, HN hug of death killed it.<p>Hopefully no one uses this for anything critical.
DarkWiiPlayeralmost 6 years ago
&gt; Does this use AI or blockchain? Sure, why not.<p>uh... okay?
评论 #20420344 未加载
6cd6bebalmost 6 years ago
&gt; That parcs and rec meme is awesome!<p>&gt;They won the Internet!<p>I thought this place was supposed to be better than that.
评论 #20420820 未加载
seddinalmost 6 years ago
That parcs and rec meme is awesome!