https://github.com/nitaking/microservice-pub-sub-sample
microservice-pub-sub-sample
https://github.com/nitaking/microservice-pub-sub-sample
Last synced: 3 months ago
JSON representation
microservice-pub-sub-sample
- Host: GitHub
- URL: https://github.com/nitaking/microservice-pub-sub-sample
- Owner: nitaking
- Created: 2020-07-14T06:05:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T18:19:41.000Z (almost 5 years ago)
- Last Synced: 2025-03-11T04:37:58.605Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microservice-pub-sub-sample
### step1
exec redis client.
### step2
exec node.
A:
```nodejs
node subscriber.js
```
B:
```nodejs
node publisher.js
```
C:
```nodejs
node publisher2.js
```