Eclipse Vert.x meets GraphQL
Next post
20 December 2017guides
TCP Client using Eclipse Vert.x, Kotlin and Gradle build
In this blog post, I demonstrate how to write a very simple TCP client that keeps a connection open to a custom-written server in cloud.
Read morePrevious post
20 October 2017releases
Eclipse Vert.x 3.5.0 released!
The Vert.x team is pleased to announce the release of Eclipse Vert.x 3.5.0.
Read moreRelated posts
31 January 2017guides
An Introduction to the Vert.x Context Object
Under the hood, the vert.x Context class plays a critical part in maintaining the thread-safety guarantees of verticles. Most of the time, vert.x coders don't need to make use of Context objects directly.
Read more1 October 2020guides
JWT Authorization for Vert.x with Keycloak
In this blog post, you'll learn about JWT foundations, protect routes with JWT Authorization, JWT encoded tokens, and RBAC with Keycloak
Read more30 November 2015guides
Combine vert.x and mongo to build a giant
This blog post is part of the introduction to Vert.x series. We are now going to replace this JDBC client by the vertx-mongo-client, and thus connect to a Mongo database.
Read more