Skip to content

Generic game server in rust using websockets

Notifications You must be signed in to change notification settings

ch1nq/gameserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy on GCP

First build the docker images and push them to the GCP container registry.

gcloud builds submit --tag europe-west1-docker.pkg.dev/tactiqal/hello-repo/gameserver ./server
gcloud builds submit --tag europe-west1-docker.pkg.dev/tactiqal/hello-repo/gameclient ./client

Once the builds have completed, deploy the images to the GKE cluster.

kubectl apply -f server/deployment.yaml -f server/service.yaml -f client/deployment.yaml

About

Generic game server in rust using websockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published