xiaotusoushu Posted April 11 Posted April 11 I have a rust application, it is built as binary file, which expose some port, serve as web server, how could I host it in helionet server? Thanks.
wolstech Posted April 11 Posted April 11 You'll need a VPS for that. We don't allow opening inbound ports on the shared hosting, and whether a binary would even run would also depend on whether it's built for the right platform. https://heliohost.org/vps/
xiaotusoushu Posted April 11 Author Posted April 11 Thanks wolstech for your answer. I have one more question: I am not very sure if the VPS network delay meets my requirements, is there any way for trial?
Krydos Posted April 12 Posted April 12 15 hours ago, xiaotusoushu said: VPS network delay Do you mean latency or bandwidth or what exactly? If you mean latency you can ping or do a traceroute to 65.19.141.66. If you mean bandwidth you can time how long it takes you to download this 100 MB file: # time wget https://heliohost.org/speedtest/100MB.bin --2024-04-12 03:34:49-- https://heliohost.org/speedtest/100MB.bin Resolving heliohost.org (heliohost.org)... 65.19.141.66 Connecting to heliohost.org (heliohost.org)|65.19.141.66|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 104857600 (100M) [application/octet-stream] Saving to: ‘100MB.bin’ 100MB.bin 100%[============================================================================>] 100.00M 69.2MB/s in 1.4s 2024-04-12 03:34:50 (69.2 MB/s) - ‘100MB.bin’ saved [104857600/104857600] real 0m1.523s user 0m0.212s sys 0m0.565s If you mean something else can you explain?
Recommended Posts