1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Added vmq - ZMQ wrapper

This commit is contained in:
ylluminate 2021-11-11 15:16:52 -05:00 committed by GitHub
parent 31bef4922a
commit 3b2e918bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.