Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Nov 22, 2020
1 parent f4b1ec8 commit f6a4e3a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@

Micro is an open source platform for cloud native application development.

<center>
<img src="/images/micro-3.0.png" />
</center>

## Overview

Micro addresses the key requirements for building services in the cloud. It leverages the microservices
architecture pattern and provides a set of services which act as the building blocks of a platform. Micro deals
with the complexity of distributed systems and provides simpler programmable abstractions to build on.

Micro provides a logical server composed of building block services, a Go framework for development, command
line interface, API gateway and gRPC Proxy for external and remote access. Each service provides access
to underlying infrastructure primitives through a standard interface with a development model tying everything
together.

<center>
<img src="/images/micro-3.0.png" />
</center>

## Source

[GitHub Repo](https://github.com/micro/micro)
Expand Down

0 comments on commit f6a4e3a

Please sign in to comment.