From 07fbcdb0beb3e85e748e81cf1ec31b9d67229e63 Mon Sep 17 00:00:00 2001 From: Polla Fattah <40666429+polla-fattah@users.noreply.github.com> Date: Sat, 11 Mar 2023 02:13:29 +0300 Subject: [PATCH] Adding Go Language with its frameworks Please accept my request for mainly adding Gin framework with its underlying Go language. --- Software-Development/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Software-Development/README.md b/Software-Development/README.md index 45f4843..5961ff4 100644 --- a/Software-Development/README.md +++ b/Software-Development/README.md @@ -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