Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkankayam/nodejs-zeromq
✅ NodeJs ZeroMQ
https://github.com/furkankayam/nodejs-zeromq
nodejs pubsub zeromq
Last synced: 15 days ago
JSON representation
✅ NodeJs ZeroMQ
- Host: GitHub
- URL: https://github.com/furkankayam/nodejs-zeromq
- Owner: furkankayam
- License: mit
- Created: 2023-11-16T23:10:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-16T23:15:03.000Z (about 1 year ago)
- Last Synced: 2023-11-17T00:50:55.800Z (about 1 year ago)
- Topics: nodejs, pubsub, zeromq
- Language: JavaScript
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# `NodeJs & ZeroMQ`
- A simple ZeroMQ (pub/sub) example with Node.js
### This project uses the following packages:
[![Node.js](https://img.shields.io/badge/node.js-20.9-000?style=for-the-badge&logo=node.js&logoColor=white&color=339933)](https://nodejs.org/)
[![ZeroMQ](https://img.shields.io/badge/ZeroMQ-6.0-000?style=for-the-badge&logo=ZeroMQ&logoColor=white&color=DF0000)](https://zeromq.org/)
### Usage
```bsh
node publisher.js
``````bsh
node subscriber.js
```
# License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details
Created by [Mehmet Furkan KAYA](https://www.linkedin.com/in/mehmet-furkan-kaya/)