Eclipse Vert.x 3.6.0 released!

Next post

The RSS reader tutorial (Step 3)

This is the third installment of our Vert.x Cassandra Client tutorial. We will implement the last RSS endpoint serving a list of articles related to a specific channel.

阅读更多
Previous post

Eclipse Vert.x 3.5.4

We have just released Vert.x 3.5.4, a bug fix release of Vert.x 3.5.x.

阅读更多
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.

阅读更多

Real-time bidding with Websockets and Vert.x

The expectations of users for interactivity with web applications have changed over the past few years. Users during bidding in auction no longer want to press the refresh button.

阅读更多

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.

阅读更多