From d0d8db7c45575dee275b370492dfbd67026d050e Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 2 Dec 2018 13:26:38 +0000 Subject: [PATCH] update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index be4294a3..96aa622c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ transport is http/1.1 or http2 when tls is enabled. Event notifications are a core pattern in micro service development. The default messaging is point-to-point http/1.1 or http2 when tls is enabled. +- **Pluggable Interfaces** - Go Micro makes use of Go interfaces for each distributed system abstraction. Because of this these interfaces +are pluggable and allows Go Micro to be runtime agnostic. You can plugin any underlying technology. Find plugins in +[github.com/micro/go-plugins](https://github.com/micro/go-plugins). + ## Getting Started See the [docs](https://micro.mu/docs/go-micro.html) for detailed information on the architecture, installation and use of go-micro.