What is it Go Gin?
Gin is a web framework developed based on the Go language. It is an API like Martini, but the performance is said to be 40x better than Martini's.
21YunBox provides a very simple Gin project deployment method. You can deploy on the 21YunBox by using the Go operating environment.
How to Deploy a Go Gin Project to a Server?
- Register to become a 21YunBox member
- On Gitee Fork Go Gin launch template
- Create a Cloud Service on 21YunBox, and allow 21YunBox to access your code base
- Create with the following configuration
Environment | Go |
---|---|
Build Command | ./build.sh |
Start command | ./app |
Click Advanced Configuration to configure environment variables:
KEY. | VALUE | Explanation |
---|---|---|
PORT | 10000 |
21YunBox default read port 10000 |
Go Gin Startup Template is a real-time chat project implemented using Gin, using server-sent events (SSEs) to broadcast messages (not websockets).
When the deployment is successful, you can access the Gin project at app_id.21yunbox.com
.
Go Gin live chat example screenshot
Why Choose 21YunBox?
21YunBox is a Cloud Service Platform based out of Beijing, China. We specialize in modern web hosting and automation solutions. This enables you to set up websites instantly.
Have questions about hosting and deploying in China? Let us know, we are happy to help! hello@21YunBox.com
To learn about the differences between 21YunBox and these foreign (outside of China) cloud service platforms, please refer to:
- 21YunBox vs Heroku
- 21YunBox vs Netlify
- 21YunBox vs Vercel
- 21YunBox vs Gatsby Cloud
- 21YunBox vs Github Pages
- 21YunBox vs Surge.sh
- Compare in terms of function and price: 21YunBox vs Heroku, Netlify, Vercel
This article's content originated here
For additional detail and future modifications, refer the original post.
Top comments (0)