Add README.md

This commit is contained in:
Ben Toogood
2020-10-15 15:16:23 +01:00
parent 9e1c0e990f
commit ebeba22029

5
chat/README.md Normal file
View File

@@ -0,0 +1,5 @@
# 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.