Report this

What is the reason for this report?

Real-time multiplayer server

Posted on November 20, 2019

Hi!

I’m making a multiplayer app for mobile and I’m looking for a server that I can use for real-time multiplayer. I’ve already made my own server using Java and tomEE. It works really well but the only problem is that its local, the only way of using it is by connecting to my laptops hotspot.

I don’t have a lot of experience with servers/hosting and I was wondering if this is the right place. :)

Is it possible to get a server here that can be used for real-time multiplayer with a small playerbase? If so, what product should I use?

Thanks!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

Yes, it should be fine to do so, you can create a droplet install Java and TomCat and upload your application.

Here is a step by step guide on how to install TomCat and Java:

https://www.digitalocean.com/community/tutorials/install-tomcat-9-ubuntu-1804

That way your application would be online 24/7 as it would be running from your DigitalOcean server and not your local PC.

Also you could start with a smaller droplet/server, and if your application gets more traffic over time, you could always upgrade easily.

Hope that this helps! Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.