refine the README (#5625)

This commit is contained in:
Ming Deng 2024-04-04 17:16:12 +08:00 committed by GitHub
parent f55655e65f
commit b5edc16712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,24 +4,12 @@ Beego is used for rapid development of enterprise application in Go, including R
It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific features such as interfaces and struct embedding.
![architecture](https://cdn.nlark.com/yuque/0/2020/png/755700/1607857489109-1e267fce-d65f-4c5e-b915-5c475df33c58.png)
Beego is composed of four parts:
1. Base modules: including log module, config module, governor module;
2. Task: is used for running timed tasks or periodic tasks;
3. Client: including ORM module, httplib module, cache module;
4. Server: including web module. We will support gRPC in the future;
**Please use RELEASE version, or master branch which contains the latest bug fix**
**We will remove the adapter package in v2.2.0 which will be released in Aug 2023**
## Quick Start
[Old Doc - github](https://github.com/beego/beedoc)
[New Doc Website](https://beego.gocn.vip)
[Example](https://github.com/beego/beego-example)
- [Old Doc - github](https://github.com/beego/beedoc)
- [New Doc Website](https://beego.gocn.vip)
- [New Doc Website Backup](https://github.com/beego/beego-doc)
- [Example](https://github.com/beego/beego-example)
> Kindly remind that sometimes the HTTPS certificate is expired, you may get some NOT SECURE warning