RangerMauve / hyperswarm-web

Implementation of the hyperswarm API for use in web browsers
MIT License
102 stars 15 forks source link

geut-webrtc-signal.herokuapp.com is down,and with it almost any app based on hyperswarm-web #4

Closed pasqui23 closed 4 years ago

pasqui23 commented 4 years ago

Please use a more comprehensive list of servers for DEFAULT_WEBRTC_BOOTSTRAP

RangerMauve commented 4 years ago

Hey! Thanks for the patience, I've been stretched a bit thin with other open source things on my mind.

Is this still a problem? cc @tinchoz49 @dpaez Are you folks still maintaining it?

I'd be down for PRs to add more active bootstrap servers. I think @sammacbeth had one for Cliqz at some point.

tinchoz49 commented 4 years ago

Hey @RangerMauve yes but we don't pay for the heroku server and we reach the limit per month :(

Maybe I can host a server in glitch or do you you know a good alternative ?

RangerMauve commented 4 years ago

I've got a digital ocean droplet where I host the default hyperswarm-proxy-ws server and the old signaling servers for discovery-swarm-web.

I could probably host something on there since I'm already paying for it. :P I'm not sure where people get free hosting these days though. 🤷

RangerMauve commented 4 years ago

In the meantime if anyone wants to set up more signaling servers, I'm down for a pull request to add them to the bootstrap list.

sammacbeth commented 4 years ago

I'd be down for PRs to add more active bootstrap servers. I think @sammacbeth had one for Cliqz at some point.

Feel free to use https://signal.dat-web.eu/ . If the traffic level is acceptable for a signal vps, I can keep this running long term.

RangerMauve commented 4 years ago

@sammacbeth Sweet, we'll add it to the list after #5 lands. 😁 Would you like your server to be earlier or later in the list?

tinchoz49 commented 4 years ago

Something important to add is that the new version of discovery-swarm-webrtc stop using socket.io. Now we have clean websockets on top of socket-signal so it's a breaking change for the server signals and the client. We don't need anymore https it will be wss or ws.

RangerMauve commented 4 years ago

Ah, good point. I've released it in hyperswarm-web@2.0.0

Hopefully this will help with stability somewhat. 😁

tinchoz49 commented 4 years ago

Yes, I hope so :)

sammacbeth commented 3 years ago

@sammacbeth Sweet, we'll add it to the list after #5 lands. 😁 Would you like your server to be earlier or later in the list?

Just updated this to run the latest version of discovery-swarm-webrtc's server. I don't mind where on the list this lives, I don't imagine there would be enough traffic to cause issues for the server.

tinchoz49 commented 3 years ago

thank you @sammacbeth !