https://github.com/devetek/nsq-demo
https://github.com/devetek/nsq-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devetek/nsq-demo
- Owner: devetek
- Created: 2022-11-07T19:19:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T03:47:38.000Z (over 2 years ago)
- Last Synced: 2025-01-21T14:13:19.603Z (4 months ago)
- Language: JavaScript
- Size: 1.7 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NSQ NodeJS and Golang Tutorial
Basic implementation NSQ with golang and nodeJS client to create producer and consumer.
### Todo Phase 1:
- [ ] Code Architecture Planning
- [ ] Development Simulation
- [ ] Tasks Queue Manager
- [ ] VM Based Worker Queue Implementation
- [ ] Github Action Worker Integration### References
- [nsqd components](https://nsq.io/components/nsqd.html)