Descriptions (#42)

* adding descriptions

* fix title

* add geocoding

* update location readme

* update places api

* update posts readme

* update routing

* update users
This commit is contained in:
Asim Aslam
2021-01-20 10:02:06 +00:00
committed by GitHub
parent c12028da38
commit 42370d50f3
9 changed files with 27 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
The chat service is an example Micro service which leverages bidirectional streaming, the store and events to build a chat backend. There is both a server and client which can be run together to demonstrate the application (see client/main.go for more instructions on running the service).
Real time messaging API which enables Chat services to be embedded anywhere
# Chat Service
The service is documented inline and is designed to act as a reference for the events package.
The Chat service is a programmable instant messaging API service which can be used in any application to immediately create conversations.
## Create a chat
@@ -84,4 +84,4 @@ The service is documented inline and is designed to act as a reference for the e
}
]
}
```
```