All Projects → vert-x3 → Vertx Lang Kotlin

vert-x3 / Vertx Lang Kotlin

Licence: apache-2.0
Vert.x for Kotlin

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Vertx Lang Kotlin

Vertx Sql Client
High performance reactive SQL Client written in Java
Stars: ✭ 690 (+220.93%)
Mutual labels:  async, non-blocking, vertx
Vertx Auth
Stars: ✭ 122 (-43.26%)
Mutual labels:  async, vertx
Advanced Vertx Guide
A gentle guide for advanced Vert.x users
Stars: ✭ 118 (-45.12%)
Mutual labels:  async, vertx
Byte Stream
A non-blocking stream abstraction for PHP based on Amp.
Stars: ✭ 208 (-3.26%)
Mutual labels:  async, non-blocking
Coroutines
A simple system for running nested coroutines in C#.
Stars: ✭ 100 (-53.49%)
Mutual labels:  async, coroutines
Ws Machine
WS-Machine is a websocket finite state machine for client websocket connections (Go)
Stars: ✭ 110 (-48.84%)
Mutual labels:  async, non-blocking
Tina
Tina is a teeny tiny, header only, coroutine and job library.
Stars: ✭ 125 (-41.86%)
Mutual labels:  async, coroutines
Aws Sdk
Using vertx-client for AWS SDK v2
Stars: ✭ 38 (-82.33%)
Mutual labels:  non-blocking, vertx
Cppcoro
A library of C++ coroutine abstractions for the coroutines TS
Stars: ✭ 2,118 (+885.12%)
Mutual labels:  async, coroutines
Unityfx.async
Asynchronous operations (promises) for Unity3d.
Stars: ✭ 143 (-33.49%)
Mutual labels:  async, coroutines
Zewo
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
Stars: ✭ 1,856 (+763.26%)
Mutual labels:  coroutines, non-blocking
Base64 Async
Non-blocking chunked Base64 encoding
Stars: ✭ 98 (-54.42%)
Mutual labels:  async, non-blocking
Kotlinx.coroutines
Library support for Kotlin coroutines
Stars: ✭ 10,194 (+4641.4%)
Mutual labels:  async, coroutines
Venice
Coroutines, structured concurrency and CSP for Swift on macOS and Linux.
Stars: ✭ 1,501 (+598.14%)
Mutual labels:  coroutines, non-blocking
Tascalate Async Await
Async / Await asynchronous programming model for Java similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).
Stars: ✭ 60 (-72.09%)
Mutual labels:  async, coroutines
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-43.26%)
Mutual labels:  async, non-blocking
Minicoro
Single header asymmetric stackful cross-platform coroutine library in pure C.
Stars: ✭ 164 (-23.72%)
Mutual labels:  async, coroutines
Ktx
LibKTX: Kotlin extensions for LibGDX games and applications
Stars: ✭ 913 (+324.65%)
Mutual labels:  async, coroutines
Handle Path Oz
Android Library to handle multiple Uri's(paths) received through Intents.
Stars: ✭ 36 (-83.26%)
Mutual labels:  async, coroutines
Mioco
[no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines).
Stars: ✭ 125 (-41.86%)
Mutual labels:  async, coroutines

= Vert.x for Kotlin

image:https://github.com/vert-x3/vertx-lang-kotlin/workflows/CI/badge.svg?branch=master["Build Status", link="https://github.com/vert-x3/vertx-lang-kotlin/actions?query=workflow%3ACI"] image:https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat["GitHub license",link="http://www.apache.org/licenses/LICENSE-2.0"] image:https://img.shields.io/badge/kotlin-1.3.20-blue.svg["Kotlin version badge",link="https://kotlinlang.org/docs/reference/whatsnew13.html"] image:https://img.shields.io/badge/kotlinx.coroutines-1.1.1-blue.svg["Coroutines version badge",link="https://github.com/Kotlin/kotlinx.coroutines#kotlinxcoroutines"]

This is the repository for http://kotlinlang.org[Kotlin] language support for http://vertx.io/docs[Vert.x 3].

The following modules are available in this project:

== Contributing

=== Extending Vert.x for Kotlin

Kotlin extensions are developed in this link:vertx-lang-kotlin/src/main/java/io/vertx/kotlin[directory].

For instance vertx-core extensions are in the io.vertx.kotlin.core package, etc...

Extensions needs to be tested and link:vertx-lang-kotlin/src/main/asciidoc/index.adoc[documented].

=== Bumping Kotlin version

There are a couple of rules to follow before increasing the project versions:

Kotlin evolves fast, so just change the project versions, test it, and shot a PR.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].