Writing secure Vert.x Web apps
Next post
Contract Driven REST Services with Vert.x3
We see a new trend in development where we are shifting from developing applications to APIs. More and more we see services being offered as REST APIs that we are allowed to consume.
阅读更多Previous post
Vert.x 3 real time web apps
One of the interesting features of Vert.x is the SockJS event bus bridge. It allows external applications to communicate with Vert.x event bus using Websockets.
阅读更多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.
阅读更多Some Rest with Vert.x
This post is part of the Introduction to Vert.x series. Let’s go a bit further this time and develop a CRUD-ish application
阅读更多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.
阅读更多