Skip to content

Commit eb5788a

Browse files
authored
Create readme.md
1 parent e12504c commit eb5788a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/readme.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Docs
2+
3+
Documentation for the Go Micro framework
4+
5+
## Overview
6+
7+
Go Micro is a framework for microservices development.
8+
It's built on a powerful pluggable architecture using
9+
Go interfaces. Go Micro defines the foundations for
10+
distributed systems development which includes
11+
service discovery, client/server rpc and pubsub.
12+
Additionally Go Micro contains other primitives
13+
such as auth, caching and storage. All of this
14+
is encapsulated in a high level service interface.
15+
16+
## Learn More
17+
18+
To get started follow the getting started guide.
19+
Otherwise continue to read the docs for more information
20+
about the framework.
21+
22+
TODO
23+
24+
- Getting Started
25+
- Architecture
26+
- Registry
27+
- Broker
28+
- Client/Server
29+
- Transport
30+
- Store

0 commit comments

Comments
 (0)