MercuryWorkshop / anuraOS

A web "OS" and development environment with full linux emulation
https://anura.pro
GNU Affero General Public License v3.0
218 stars 280 forks source link

linux internet speeds are REALLY low #95

Closed grandpa1946 closed 12 months ago

grandpa1946 commented 12 months ago

i'm getting 17kbps when i run apt update what is up with wss://relay.widgetry.org/ ?

t3mp0r4ry23 commented 12 months ago

i don't work on this project, but to answer your question: relay.widgetry.org is a publicly available resaurce that uses websockets to be used to access the public internet, including in non-http contexts. it has built-in throttling, so that is probably part of your issue. if you don't like the speeds, you can feel free to host your own relay using node-relay, which does not have built in throttling, while still serving the same purpose.

velzie commented 12 months ago

how surprising, the linux emulator in javascript has suboptimal performance

what temporary said yeah

grandpa1946 commented 12 months ago

i don't work on this project, but to answer your question: relay.widgetry.org is a publicly available resaurce that uses websockets to be used to access the public internet, including in non-http contexts. it has built-in throttling, so that is probably part of your issue. if you don't like the speeds, you can feel free to host your own relay using node-relay, which does not have built in throttling, while still serving the same purpose.

was actually looking for something like this. thanks!