Skip to content

Commit

Permalink
adding vmosquitto
Browse files Browse the repository at this point in the history
  • Loading branch information
erdetn committed May 21, 2024
1 parent 331ffd2 commit ff36919
Showing 1 changed file with 57 additions and 49 deletions.
106 changes: 57 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,55 +10,62 @@

## Contents

- [Applications](#applications)
- [Command-line](#command-line)
- [Editors](#editors)
- [Games](#games)
- [Graphics](#graphics)
- [Interpreters/Compilers](#interpreterscompilers)
- [Operating systems/Kernels](#operating-systemskernels)
- [Package managers](#package-managers)
- [Project management](#project-management)
- [Serialization](#serialization)
- [Utilities](#utilities)
- [Web](#web)
- [Libraries](#libraries)
- [Audio](#audio)
- [Automation](#automation)
- [Command line interface (CLI) / Terminal / Shell](#command-line-interface-cli--terminal--shell)
- [Database clients](#database-clients)
- [Discord](#discord)
- [Eventing](#eventing)
- [File handling](#file-handling)
- [Game development](#game-development)
- [Graphics](#graphics-1)
- [IRC](#irc)
- [Networking](#networking)
- [Operating system](#operating-system)
- [Scientific computing](#scientific-computing)
- [Serial Communications](#serial-communications)
- [Telecommunications](#telecommunications)
- [Telegram](#telegram)
- [Text processing](#text-processing)
- [User Interface toolkits](#user-interface-toolkits)
- [Utility](#utility)
- [Web](#web-1)
- [Other](#other)
- [Articles](#articles)
- [Books](#books)
- [Communities](#communities)
- [Editor plugins](#editor-plugins)
- [Forums](#forums)
- [GitHub actions](#github-actions)
- [GitHub templates](#github-templates)
- [IDEs with V](#ides-with-v)
- [Online IDEs with V](#online-ides-with-v)
- [Operating Systems & OS Development Examples](#operating-systems--os-development-examples)
- [Patterns](#patterns)
- [Programming contests](#programming-contests)
- [Syntax highlighting](#syntax-highlighting)
- [Tutorials](#tutorials)
- [Videos](#videos)
- [Awesome V ](#awesome-v-)
- [Contents](#contents)
- [Applications](#applications)
- [Command-line](#command-line)
- [Editors](#editors)
- [Games](#games)
- [Graphics](#graphics)
- [Interpreters/Compilers](#interpreterscompilers)
- [Operating systems/Kernels](#operating-systemskernels)
- [Package managers](#package-managers)
- [Project management](#project-management)
- [Serialization](#serialization)
- [Utilities](#utilities)
- [Web](#web)
- [Libraries](#libraries)
- [Audio](#audio)
- [Automation](#automation)
- [Command line interface (CLI) / Terminal / Shell](#command-line-interface-cli--terminal--shell)
- [Database clients](#database-clients)
- [Discord](#discord)
- [Eventing](#eventing)
- [File handling](#file-handling)
- [Game development](#game-development)
- [Graphics](#graphics-1)
- [IRC](#irc)
- [Networking](#networking)
- [Operating system](#operating-system)
- [Scientific computing](#scientific-computing)
- [Serial Communications](#serial-communications)
- [Telecommunications](#telecommunications)
- [Telegram](#telegram)
- [Text processing](#text-processing)
- [User Interface toolkits](#user-interface-toolkits)
- [Utility](#utility)
- [Web](#web-1)
- [Other](#other)
- [Articles](#articles)
- [Books](#books)
- [Communities](#communities)
- [Editor plugins](#editor-plugins)
- [Atom](#atom)
- [Emacs](#emacs)
- [Sublime Text 3](#sublime-text-3)
- [VS Code](#vs-code)
- [Vim](#vim)
- [Forums](#forums)
- [GitHub actions](#github-actions)
- [GitHub templates](#github-templates)
- [IDEs with V](#ides-with-v)
- [Online IDEs with V](#online-ides-with-v)
- [Operating Systems \& OS Development Examples](#operating-systems--os-development-examples)
- [Patterns](#patterns)
- [Programming contests](#programming-contests)
- [Syntax highlighting](#syntax-highlighting)
- [Tutorials](#tutorials)
- [Videos](#videos)

## Applications

Expand Down Expand Up @@ -233,6 +240,7 @@

- [vibe](https://github.com/tobealive/vibe) - Request library that wraps libcurl to enable fast and reliable requests while providing a higher-level API.
- [vmq](https://github.com/jordan-bonecutter/vmq) - V wrapper For [ZMQ](https://zeromq.org/) (aka ZeroMQ, ØMQ, 0MQ: a high-performance asynchronous messaging library).
- [vmosquitto](https://github.com/erdetn/vmosquitto) - A V language binding for `libmosquitto`.

### Operating system

Expand Down

0 comments on commit ff36919

Please sign in to comment.