1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-24 18:03:06 +02:00

Add content to go-zero and micro (#2596)

* added content in 104-go-zero.md

* added content in 103-micro.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Mayank Prakash
2022-10-21 21:03:30 +05:30
committed by GitHub
parent 03d2e3607f
commit 6b3c0f628d
2 changed files with 8 additions and 3 deletions

View File

@@ -1 +1,6 @@
# Micro
It is an API first development platform. It leverages the microservices architecture pattern and provides a set of services which act as the building blocks of a platform.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Github' href='https://github.com/micro/micro'>Micro Github</BadgeLink>

View File

@@ -1,4 +1,4 @@
# Go zero
# go-zero
go-zero is a web and rpc framework with lots of engineering best practices builtin. Its born to ensure the stability of the busy services with resilience design, and has been serving sites with tens of millions users for years.