Eclipse Vert.x 4.3.7 released!

Next post

Eclipse Vert.x 4.3.8 released!

Eclipse Vert.x version 4.3.8 has just been released. It fixes quite a few bugs that have been reported by the community and provides a couple of features.

Read more
Previous post

Eclipse Vert.x 4.3.6 released!

Eclipse Vert.x version 4.3.6 has just been released. It fixes quite a few bugs that have been reported by the community and provides a couple of features.

Read more
Related posts

Things to keep in mind concerning CSRF attacks

Eclipse Vert.x like most frameworks provides an anti-CSRF defense. However, no framework can prevent all attack vectors that exist in the web. Therefore, developers need to be aware of some dangers and common attack vectors concerning CSRF defenses.

Read more

Building services and APIs with AMQP 1.0

Microservices and APIs are everywhere. Everyone talks about them, presentation slides are full of them ... some people are actually even building them.

Read more

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 more