mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 19:25:16 +00:00
5 lines
401 B
Markdown
5 lines
401 B
Markdown
# Chat Service
|
|
|
|
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).
|
|
|
|
The service is documented inline and is designed to act as a reference for the events package. |