vertx-async
Async helper library
A Java library providing helpers for common async patterns in the Vert.x framework.
Async helpers for Vert.x
12 stars
4 watching
1 forks
Language: Java
last commit: over 2 years ago
Linked from 1 awesome list
asynclibraryvertx
Related projects:
Repository | Description | Stars |
---|---|---|
cyngn/vertx-util | A collection of utility functions and APIs to simplify interactions with Vert.x | 21 |
vert-x3/vertx-jdbc-client | Provides an asynchronous interface to access data from various databases using JDBC drivers. | 126 |
vert-x3/vertx-unit | A testing framework for Vert.x applications that allows for asynchronous unit testing and concurrent execution of tests. | 32 |
vert-x3/vertx-mongo-client | An asynchronous client for interacting with a MongoDB database | 60 |
vert-x3/vertx-lang-groovy | Supports integration of Groovy programming language with Vert.x framework | 13 |
reactivex/rxjavaasyncutil | Async utilities for RxJava to simplify asynchronous programming | 133 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
aesteve/todo-backend-vertx | Asynchronous implementation of a simple Todo backend using Vert.x and localMap for storage | 5 |
vert-x3/vertx-sync | A library that allows developers to write asynchronous code in a synchronous style using lightweight threads | 97 |
vert-x3/vertx-lang-js | A JavaScript implementation of a Vert.x language that allows developers to write and deploy web applications using a Java 8-based Nashorn JavaScript engine. | 35 |
vert-x3/vertx-lang-kotlin | Kotlin support for a popular non-blocking Java framework | 296 |
eclipse-vertx/vertx-auth | Provides common authentication implementations for Vert.x applications | 166 |
yortus/asyncawait | A library that enables asynchronous programming in Node.js with a more readable syntax than traditional callback hell methods. | 1,908 |
vert-x3/vertx-mail-client | An asynchronous SMTP client for sending emails asynchronously using the Vert.x framework | 36 |
vert-x3/vertx-redis-client | An asynchronous API to interact with Redis data structures from within an event-driven Java application. | 131 |