Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thonatos/nsq-demo
nsq-nodejs-demo
https://github.com/thonatos/nsq-demo
demo nodejs nsq
Last synced: 5 days ago
JSON representation
nsq-nodejs-demo
- Host: GitHub
- URL: https://github.com/thonatos/nsq-demo
- Owner: thonatos
- Created: 2017-11-23T08:43:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T09:17:55.000Z (about 7 years ago)
- Last Synced: 2024-12-06T18:24:56.025Z (2 months ago)
- Topics: demo, nodejs, nsq
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nsq-demo
> A realtime distributed messaging platform
## Environment
- docker
- docker-compose## Usage
```
docker-compose up
```## Components
- NSQ-Admin: [http://localhost:4171](http://localhost:4171)
## Reference
- [https://github.com/nsqio/nsq](https://github.com/nsqio/nsq)