mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 21:34:56 +00:00
Rename streams to threads (#55)
This commit is contained in:
27
threads/README.md
Normal file
27
threads/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
Threads 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 .
|
||||
```
|
||||
Reference in New Issue
Block a user