Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# `NodeJs & ZeroMQ`


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/)