An open API service indexing awesome lists of open source software.

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

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
```