mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
401 B
401 B
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.