From 3b2e918bea19123e0925e475f0381333168a9f76 Mon Sep 17 00:00:00 2001 From: ylluminate Date: Thu, 11 Nov 2021 15:16:52 -0500 Subject: [PATCH] Added vmq - ZMQ wrapper --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b608601..1e65c6a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ - [Database clients](#database-clients) - [Audio](#audio) - [Operating system](#operating-system) + - [Networking](#networking) - [Automation](#automation) - [Telegram](#telegram) - [Discord](#discord) @@ -178,6 +179,10 @@ - [vlipboard](https://github.com/asvvvad/vlipboard) - An easy to use wrapper of clipboard with Wayland and Termux support. - [mmap](https://github.com/jdonnerstag/vlang-mmap) - Provide native V-lang support for memory-mapping on Linux and Windows. +### Networking + +- [vmq](https://github.com/jordan-bonecutter/vmq) - V wrapper For [ZMQ](https://zeromq.org/) (aka ZeroMQ, ØMQ, 0MQ: a high-performance asynchronous messaging library) + ### Automation - [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.