Hello hello,
I’ve been looking into how to go about hosting Server that your Applications can “talk” to. I’d like to ask if Java Servlets have anything to do with this? Since after spending lots of time on learning Java servlets, JSP and XML etc I’m having the suspicion that these are only used for the web and basically just a form of MySQL databasing for Java ( aka slow ). Am I wrong? The reason I looked into these was because I googled ‘Java hosting’ and tons of sites came up providing Java JSP and servlet support and hosting. I’m thinking I’m going the wrong way about this.
What I normally do is create an application, like any other basically, that simply listens for incoming connection at a port on a given IP. That is, I host my servers myself on my own computer with my own IP. Now this is fine for testing purposes. But I wanted to know how to host it in “real life”. So I figured Java Servlets had an answer. But now I’m thinking that’s not quite right. Are there sites that are willing to host your Java Applications ( servers ) for a price? What are these sites called? What are the protocols of doing so? Or does the answer lie in Java Servlet hosting??
I used to think you could basically upload your Application ( read: server ) to your website and have your games connect to it that way, and this is what Java Servlets are for ( I think ) but the capabilities of hosting on a simple “website” are basically limited to simple MySQL.
TL;DR: If I’ve created a Server for my Application/Game that I can host on my own computer, how would I be able to host it on the web (at a price)?
Any advice?