File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments