I am currently making unity games. What platform or framework can i use to build a video game website? I would prefer to use DO if DO is a good server for gaming site.
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
i like online games more that consoles and want to create some rpg games
@jasmineyuan2016
There’s really no limit as to what you can use to build your site. DigitalOcean provides barebones VPS (Droplets) which allow you to install the software you need to power your site. Typically, you’ll start with either a LAMP or LEMP Stack and build from there.
LAMP Stack
Ubuntu 16.04 LTS, Apache, MariaDB/MySQL, and PHP (using mod_php)
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
LEMP Stack
Ubuntu 16.04 LTS, NGINX, MariaDB/MySQL, and PHP-FPM
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-in-ubuntu-16-04
…
From there you can use WordPress, Joomla, Drupal, Laravel, or any other application or framework to build out your website.