Step By Step --> 开发游戏服务器

Server

nanoserver

本地开发

☁️ Live reload for Go apps

go get -u github.com/cosmtrek/air

air

本地调试(Mac OS)

VSCode-Go Debugging

注意看教程,非常简单。

MySql

docker ps
docker-compose -f docker-compose.mysql.5.7.yaml down

docker-compose -f docker-compose.mysql.5.7.yaml up -d

docker volume ls

docker volume rm go-mahjong-server_db_data

expres-mongo

docker ps
docker-compose -f docker-compose.express.mongo.yml down

docker-compose -f docker-compose.express.mongo.yml up -d

docker volume ls

Game Manager Component

Owner
黑客下午茶
Stay hungry,Stay foolish
黑客下午茶
Similar Resources

step-ca is an online certificate authority for secure, automated certificate management.

step-ca is an online certificate authority for secure, automated certificate management.

🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.

Jan 6, 2023
This is a step by step repo by the docs at gitpod

A Golang CLI template on Gitpod This is a Golang CLI template configured for ephemeral development environments on Gitpod. Next Steps Click the button

Dec 5, 2021
Learn the Go programming language (Golang) in this step-by-step tutorial course for beginners

Learn the Go programming language (Golang) in this step-by-step tutorial course for beginners. Go is an open source programming language designed at Google that makes it easy to build simple, reliable, and efficient software.

Dec 16, 2021
Develop sample controller step by step

Develop sample controller step by step

Jul 21, 2022
Fundamental-Go - A comprehensive and FREE Online Go Development tutorial going step-by-step into the world of Go
Fundamental-Go - A comprehensive and FREE Online Go Development tutorial going step-by-step into the world of Go

FREE Reverse Engineering Self-Study Course HERE Fundamental Go The book and code

Mar 18, 2022
Curl & exec binary file in one step. Also a kind of stealth dropper.
Curl & exec binary file in one step. Also a kind of stealth dropper.

curlNexec ?? Certainly useful , mainly for fun, rougly inspired by 0x00 article Short story curlNexec enable us to execute a remote binary on a local

Jan 2, 2023
Hardening a sketchy containerized application one step at a time

Road to Secure Kubernetes Hardening a containerized application one step at a time This repository hosts a tutorial on security hardening a containeri

Jun 8, 2022
Opinionated platform that runs on Kubernetes, that takes you from App to URL in one step.
Opinionated platform that runs on Kubernetes, that takes you from App to URL in one step.

Epinio Opinionated platform that runs on Kubernetes, that takes you from App to URL in one step. Contents Epinio Contents What problem does Epinio sol

Nov 13, 2022
Bitrise step to parse a JaCoCo generated report and output the code coverage percentages to be used by other steps.

JaCoCo Report Parser This step parses a JaCoCo generated XML report in the jacoco_report_path and outputs the coverage percentages in a String format

Dec 6, 2021
An example of how to parse json data using go....a typical step for preparing data prior to uploading to a db.

JSON parser using GO An example of parsing json data in go, when you already know the schema of the data Example input: { "num_listings":"36",

Jan 12, 2022
Kube-step-podautoscaler - Controller to scale workloads based on steps
Kube-step-podautoscaler - Controller to scale workloads based on steps

Refer controller/*controller.go for implementation details and explanation for a better understanding.

Sep 5, 2022