Eclipse Vert.x 3.9.16 released!

Next post

Eclipse Vert.x 4.4.3 released!

Eclipse Vert.x version 4.4.3 has just been released. It fixes a few bugs that have been reported by the community

Read more
Previous post

Eclipse Vert.x 4.4.2 released!

Eclipse Vert.x version 4.4.2 has just been released. It fixes CVE-2023-32081 and quite a few bugs that have been reported by the community

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

Eclipse Vert.x 4.3.7 released!

Eclipse Vert.x version 4.3.7 has just been released. It fixes quite a few bugs that have been reported by the communit.

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