WebRTC Poker Game - Part 4: Google App Engine

1 · Richard To · March 21, 2021, midnight
I used Google App Engine to host the poker game for a few reasons. I am used to using Google Cloud Platform (GCP) at work, so it was more familiar than AWS or Azure I did not want to spend time setting up a VM using Google Compute Engine (GCE) I needed SSL for the web sockets, which meant I would need to create a temporary subdomain to host my project and then set up Lets Encrypt I considered Heroku, but their free plan does not include SSL Since I am using this project to experiment, I figured...