Can I use web ports on a shared server web server?

I use PHP, JS, HTML, CSS. I want to learn ruby ​​or python if this is the best option.

My next project will include live data that will be transmitted to users from the server, and vice versa. I have shell access on my shared server, but I'm not sure about port access. Is it possible to use web ports or any other effective server-client connection on a shared hosting account, and if so, what should I do?

+5
source share
2 answers

To ensure maximum performance and complete control over your configuration, you need a "custom" server.
Today there are a huge number of virtual server providers, which means that you get full control over your IP address, but where the physical server is still used by many clients, which means cheaper prices and more flexibility.

I recommend using the free tier program in Amazon EC2 , you can always resign after a free period. And they have many geographical places to choose from.

Another supplier in Europe that I was pleased with is Tilaa

, , .

+3

, - , , - , /haproxy, 80 HTTP-. nginx ​​ websockets, - , . ( , nginx)

, - Server-sent events - , http , , .

, -,

, . XHR. websockets IMO, client- > server.

+2

All Articles