mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
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:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user