jfbarbos Posted February 19, 2018 Posted February 19, 2018 Hello, I'm new to heliohost and new to web programming. I've been studying the book "Computer Networking: A Top-Down Approach" (Kurose & Ross). In this book there are examples of client-server applications (in python) unsing UDP and TCP. I would like to test this examples (for educational purposes) on Heliohost.The problem is that I don't have any idea how to make the script of the server-side run on Helihost.The scripts run properly on my localhost, but I would like to know how to make it run on Heliohost. My username: jfbarbosMy domain: jfbarbosaboro.heliohost.orgMy server: johnny.heliohost.org Thanks in advance!
wolstech Posted February 19, 2018 Posted February 19, 2018 It likely won't. A server application like that would need to be run from a shell, which we don't offer for security reasons. We also block the ports anyway, so even if it ran, it wouldn't be able to communicate with anything. The client could possibly run if written to be viewed in a browser, though you'll need to use a common port number for communications. This is the sort of thing you'd need a VPS for. Since you're just experimenting, there's a few places where you can get a free VPS that could do this. They're usually severely underpowered for any real use due to lack of memory, but for what you're doing, the free offerings that can be found on Google would be fine. 1
Krydos Posted February 19, 2018 Posted February 19, 2018 Here's the vps we recommend https://www.heliohost.org/partners/vps
jfbarbos Posted February 19, 2018 Author Posted February 19, 2018 (edited) Thank you!! (I've changed my account... this is my new user name: jfbb) Edited February 19, 2018 by jfbarbos
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now