How To Make A Online Multiplayer System With Website

Hi everyone;

So after a very successful series of making a 2D Side Scroller I have now started to put a Series together on creating a Full Online Game System from the very beginning from making the Databases and Webpages then we going to move into UE4 using the VaRest plugin to make the system work.

Here is the link to the playlist : Link To Playlist

Hope you will find this useful.

Thanks

I like your tutorials in general. Do you include scaling up the servers for a large player base as well?

How large are you thinking :smiley:

Using a service that charges per-core/ram and utilizing that in order to spawn let’s say VMs or containers on-demand for as many matches need to be played, as well as having a couple of regional master servers for persistent storage :stuck_out_tongue:

O my goodness lol Ill add this to my list :smiley:

Well I wouldn’t suggest it just because you’re using a pre-existing system (VaRest). I’m planning to do such series myself as soon as I finish the current stuff I’m working on :slight_smile:

Yea I wasn’t going to put it into this series that would be a complete different series.

There are some other guys building a MMO ,willing to implement a VM-based system. I’m not sure if they are going to succeed though; I’ve yet to see a good demonstration of scale

This is pretty cool. I went the wordpress route myself, but still used VaRest. I’m not really a fan of CMS software, but I won’t be the only one managing it, so gotta keep it understandable for the whole team.