Eclipse Vert.x metrics now with Micrometer.io

Next post

New community channels

In order to better support the community, we (the core team and module maintainers) now also provide help on Stack Overflow and Gitter.

阅读更多
Previous post

Google Summer of Code 2018

It's this time of year again! Google Summer of Code 2018 submission period has just started!

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

阅读更多

Eclipse Vert.x meets GraphQL

In this blog post, we will look at an example application written in Vert.x that uses the new GraphQL API of Gentics Mesh.

阅读更多

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.

阅读更多