Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
31 stars 16 forks source link

Web framework for Golang runtime[runtime] #150

Open chendelin1982 opened 2 years ago

chendelin1982 commented 2 years ago

What type of your feature request?

refer to: https://github.com/mingrammer/go-web-framework-stars

Project Name Stars Forks Open Issues Description
gin 51894 5889 443 Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
beego 27032 5316 27 beego is an open-source, high-performance web framework for the Go programming language.
kit 21360 2192 47 A standard library for microservices.
echo 20797 1841 65 High performance, minimalist Go web framework
chendelin1982 commented 2 years ago

Install Beego

go get -u github.com/beego/bee/v2@master
bee version
bee new mybee
cd mybee
go mod tidy
bee run

If you want to modify default port, modify conf/app.conf