nitpick the readme

This commit is contained in:
Asim Aslam 2018-04-05 13:50:10 +01:00
parent 75be57d6e4
commit c04b974311

View File

@ -14,9 +14,9 @@ Go Micro abstracts away the details of distributed systems. Here are the main fe
- **Service Discovery** - Automatic service registration and name resolution - **Service Discovery** - Automatic service registration and name resolution
- **Load Balancing** - Client side load balancing built on discovery - **Load Balancing** - Client side load balancing built on discovery
- **Sync Comms** - RPC based communication with support for bidirectional streaming - **Message Encoding** - Dynamic encoding based on content-type with protobuf and json support
- **Async Comms** - Native PubSub messaging built in for event driven architectures - **Sync Streaming** - RPC based communication with support for bidirectional streaming
- **Message Encoding** - Dynamic encoding based on content-type with protobuf and json out of the box - **Async Messaging** - Native PubSub messaging built in for event driven architectures
Go Micro supports both the Service and Function programming models. Read on to learn more. Go Micro supports both the Service and Function programming models. Read on to learn more.