Im interested in implementing server-side swift on Google Cloud using "Perfect". Though Im quite new to server side, some guidance in implementing this would be helpful !
Asked
Active
Viewed 1,061 times
1 Answers
2
Knowing nothing about Perfect, I read Perfect's github page and see that in runs on Linux. Therefore, I see three ways to run Perfect on Google Cloud Platform, in order from easiest to most complicated:
- On a Linux Virtual Machine in Google Compute Engine.
- Building a custom docker image and running it in the App Engine Flexible Environment.
- Building a custom docker image and running it in Container Engine.
If you're already familiar with Docker or Kubernetes, then options 2 or 3 may be easier for you.

Jeffrey Rennie
- 3,193
- 1
- 18
- 19