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