Adding Go Language with its frameworks

Please accept my request for mainly adding Gin framework with its underlying Go language.
This commit is contained in:
Polla Fattah 2023-03-11 02:13:29 +03:00 committed by GitHub
parent 3d1498bb83
commit 07fbcdb0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -692,6 +692,22 @@ We expected all APIs to be documented using Swagger OpenAPI Version 3+.
#### Option #8 (theta): Speedy Go
1. Go Programming Language
2. Frameworks:
1. Gin/Gin-Gonic
2. Beego
3. Echo
3. Relational Databases:
1. MySQL (version >= 8) / Maria DB (version >= 10)
2. Postgresql (version >= 11)
4. NoSQL Databases:
1. MongoDB (version >= 4) or
2. Elasticsearch (version >= 6)
3. Redis (version >= 5)
### Frontend Development Stacks
#### Option #1: React