vertx-sync
Lightweight threads
A library that allows developers to write asynchronous code in a synchronous style using lightweight threads
97 stars
35 watching
37 forks
Language: Java
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vert-x3/vertx-stack | A pre-configured Maven pom repository for a comprehensive software stack | 120 |
vert-x3/vertx-reactive-streams | A Java library providing a standard for asynchronous stream processing with non-blocking back pressure. | 49 |
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. | 36 |
vert-x3/vertx-shell | A command-line interface and scripting language for interacting with the Vert.x framework | 38 |
vert-x3/vertx-stomp | An implementation of the STOMP specification for building distributed messaging systems | 31 |
lukehutch/serverx | A Vert.x-powered web server with simple annotation-based configuration of routes and built-in security features. | 19 |
gchauvet/vertx-async | A Java library providing helpers for common async patterns in the Vert.x framework. | 12 |
vert-x3/vertx-web | Provides building blocks and a template engine for creating web applications with Vert.x | 1,112 |
vert-x3/vertx-redis-client | An asynchronous API to interact with Redis data structures from within an event-driven Java application. | 131 |
vert-x3/vertx-mail-client | An asynchronous SMTP client for sending emails asynchronously using the Vert.x framework | 36 |
vert-x3/vertx-lang-kotlin | Kotlin support for a popular non-blocking Java framework | 297 |
vert-x3/vertx-jdbc-client | Provides an asynchronous interface to access data from various databases using JDBC drivers. | 126 |
vert-x3/vertx-lang-ruby | Support for building Ruby applications on the Vert.x framework | 14 |
vert-x3/vertx-mongo-client | An asynchronous client for interacting with a MongoDB database | 60 |
vert-x3/vertx-unit | A testing framework for Vert.x applications that allows for asynchronous unit testing and concurrent execution of tests. | 32 |