Тёмный

Unveiling the $5 Secret to Hosting All My Games 

Chris Courses
Подписаться 162 тыс.
Просмотров 11 тыс.
50% 1

Start hosting your games with linode.com/chriscourses and receive a $100 60-day credit.
Anything above $5 a month for hosting is too expensive. If you have two functioning hands and the will to sit down and learn the absolute basics of server management, you too can have a $5 per month server to host every single game in your untouched side projects folder.
I've been hosting my games and sites like this since 2016, way before I even knew what Linode was. If you're serious about upping your development skills and want to be able to produce multiplayer games in the future, this is the absolute first step you should take.
0:00 Methods to host your games
1:34 How to create a server with Linode
3:34 Login to your new server
5:44 Install Nginx
7:25 Transfer game over to the server
13:16 Purchase and connect a domain name
16:32 Connect a second game to the same server
20:46 Create a new config file for Nginx
27:13 Next steps

Опубликовано:

 

2 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@ChrisCourses
@ChrisCourses Год назад
In case you missed it, get your free $100 for your first 60 days at linode.com/chriscourses. Pretty hype about having a sponsor, definitely some good motivation to make videos more consistently 😛
@christian-schubert
@christian-schubert Год назад
This must be one of the best explanations of how to deploy a [gaming] webapp out there. Well structured, concise, beginner-friendly. Seriously, GREAT job. 👍 Ever considered expanding it to include a node server for bidirectional real-time communication via websockets (utilizing a reverse proxy)?
@thejoeblowshow
@thejoeblowshow 10 месяцев назад
Fantastic video! Thanks for creating and sharing.
@LiquidMasti
@LiquidMasti Год назад
Very informative tutorial
@nightcoder5k
@nightcoder5k Год назад
This is linode service is so cool. Thank you. I just signed up for the $5/month to try it out. With the Microsoft Remote -SSH plugin for VScode, I can edit files on the linode server live through the SSH session.
@Frankslaboratory
@Frankslaboratory Год назад
Congratulations on 100k Chris!
@ChrisCourses
@ChrisCourses Год назад
Thank you Frank! Excited for when you hit the mark as well, it's def coming 👀
@vizionthing
@vizionthing Год назад
Apart from the tiny section where you were sitting over the command line this was awesome, nice job.
@ChrisCourses
@ChrisCourses Год назад
Woops, thought I got everything out of the way 😅 Appreciate the support nevertheless ♥
@JuanPablodelaTorre
@JuanPablodelaTorre Год назад
wdym, that was the best part
@joaofnds
@joaofnds Год назад
congrats on 100k subs!
@ChrisCourses
@ChrisCourses Год назад
Thank you Joao! Always appreciate the support for the OGs 🙏
@boloow
@boloow Год назад
Chris, I think it would be awesome a video regarding Docker and how we can create different containers for different projects stack. Just an idea (:
@bluehawkfire55
@bluehawkfire55 6 месяцев назад
I second this!
@ryz177
@ryz177 Год назад
Great content! Aspiring to do this types of web/ game development early next year. Currently studying your Pokémon game, it's top notch tutorial!
@huckleberryfinn8795
@huckleberryfinn8795 Год назад
Is it possible to use the Ubuntu server if my computer is using Windows os? And thanks for the amazing tutorials!!
@thejoeblowshow
@thejoeblowshow 10 месяцев назад
Hey Chris! Perhaps you can make a video tutorial on Installing encrypt SSL certificates when using Linode's VPS too. Your demo site is "up and running," as I'm sure you already know, but that "Not Secure" in the url is certainly non inviting. : - O Just a thought.
@kidbrave_7673
@kidbrave_7673 Год назад
Hey Chris, I want to first and foremost say, thank you for creating such amazing video game content! I stumbled on your channel and was immediately blown away, leading me to these questions. With the video game tutorials you have available on your RU-vid channel, do you think I would have enough knowledge to build a league of legends type game using only vanilla javascript, or would I need to know more such as unity or three.js? My dream is to build a discontinued game called infinite crisis which is a MOBA feel game. So, your advice on this question would mean the world!!! 🙏😁
@debynyhanbanks6273
@debynyhanbanks6273 Год назад
It is definitely a lot of knowledge inside of Chris Courses. However, this is Chris knowledge, once you have the experience in building your own game then you will gain your own knowledge. Keep coding !!!!!
@kidbrave_7673
@kidbrave_7673 Год назад
@@debynyhanbanks6273 Not going to lie that sounded like a riddle to me. However, I really appreciate you replying to my message. I just wanted my question answer regarding me being able to make moba games with javascript or do I need to know C# and unity. I'm currently a javascript developer, but never made a game in the language. So, I'm trying to get a shortcut answer to my question so I don't want anytime. Thank you @Debynyhan banks
@debynyhanbanks6273
@debynyhanbanks6273 Год назад
@@kidbrave_7673 😂
@h989l
@h989l Год назад
Learn a game engine (unity,unreal) instead . It is very hard to develop those type of games from scratch without any game engine. learn a game engine then make a team and then work on your dream game. i don't think it is possible to develop a moba game like league of legend alone.
@kidbrave_7673
@kidbrave_7673 Год назад
@@h989l Thank you bro for the reply back! I think you’re absolutely right learning a game engine. Haha, the moba game was very ambitious of me to want to do on my own. I think it’s possible, but would take I’m sure 10x longer. 🤣 I’m curious are you working currently as a game developer?
@natedonato
@natedonato Год назад
If your game is static front end like this I wouldn't set up a server. I host static games and other static content for free on my website (github pages + free cloudflare CDN), and there are plenty of other cheap options for this type of content. A small server is liable to get overrun by a sudden spike in traffic if your game suddenly goes viral and people start hammering your server, but a static host should easily be able to keep up. That said, I am looking into server hosting for my next project (which will feature multiplayer, websockets, etc).
@mehmetfatihyilmaz1641
@mehmetfatihyilmaz1641 Год назад
can you keep your code closed (private) on github pages? I thought you have to make the source code open to public...
@CaliburPANDAs
@CaliburPANDAs Год назад
Can do some React tutorials?
@unsalad
@unsalad Год назад
kool
@omarsh82
@omarsh82 Год назад
Greate video, but you can do this at home for free using apache. It's hard to beat FREE!
@klavistata
@klavistata 5 месяцев назад
saving effort/time to support beats free
@omarsh82
@omarsh82 5 месяцев назад
@@klavistata everybody at some point needs to learn to wipe their backside, otherwise we would all be walking around with nappies.
@klavistata
@klavistata 5 месяцев назад
@@omarsh82 i used to run arch linux and write my own docs. it was a fun passion project but i’d rather spend my time elsewhere now.
@Khadijah_K_
@Khadijah_K_ Год назад
I'm amazed you had cash on hand for this video.
@hdsz7738
@hdsz7738 Год назад
0:35 lol it's free by default
@Nodsaibot
@Nodsaibot Год назад
this is for the 1gb RAM shared VM, thats not cheap at all if you are just looking for a place to hang your hat, to run anything meaningful like a ecommerce shop you will need the 4GB $20/month and hope you dont need dedicated CPU
@ChrisCourses
@ChrisCourses Год назад
Not true, I’ve personally hosted plenty of bountiful e-commerce shops on both $5-10 servers. 4gb is overkill for making simple get requests.
Далее
Quench Your Thirst with JavaScript: IoT Revolution
17:56
How is it possible? 🫢😱 #tiktok #elsarca
00:13
Просмотров 3,2 млн
UZmir & Mira - Qani qani (Snippet)
00:26
Просмотров 608 тыс.
Sprinting with More and More Money
00:29
Просмотров 73 млн
Infiltrating Roblox’s Fake Middleman Scam
18:57
Просмотров 329 тыс.
Intro to Yarn Package Manager
8:02
Просмотров 68 тыс.
Set Up a Basic Website! nginx, Certbot & secure login
18:38
How to Code: Gravity
32:20
Просмотров 225 тыс.
How to resize text effectively with EM/REM units
2:52
TUNIC 100% - 1:08:03
1:17:51
Просмотров 9 тыс.
The Multiplayer Palworld Adventure - Episode One
37:05
Coding a Web Server in 25 Lines - Computerphile
17:49
Просмотров 320 тыс.
C++ Pacman - Visual Studio 2022
1:42
Просмотров 37 тыс.
How is it possible? 🫢😱 #tiktok #elsarca
00:13
Просмотров 3,2 млн