Files
services/threads/README.md
2021-01-31 21:21:39 +00:00

28 lines
261 B
Markdown

Threaded conversations
# Threads Service
Threads provides threaded conversations as a service grouped by topics.
## Usage
Generated with
```
micro new threads
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```