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

https://github.com/zmts/nats-nodejs-demo

Microservice communication with NATS message queue. Quite simple implementation
https://github.com/zmts/nats-nodejs-demo

message-broker message-queue mq nats nats-messaging nats-server nodejs

Last synced: 2 months ago
JSON representation

Microservice communication with NATS message queue. Quite simple implementation

Awesome Lists containing this project

README

        

# nats-nodejs-demo

install nats server
```
brew install nats-server
```

run http gateway
```
node http-server.js
```

run users unit
```
node unit-server.js
```