Building a HTTP Endpoint with Eclipse Vert.x
cescoffier
35.9K views
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Building a HTTP endpoint with Vert.x
Let's say you heard about Eclipse Vert.x and you want to start right away to better understand what's this beast. This tutorial is a good start as you learn:
- what's vert.x briefly
- how to create a HTTP server
- how to produce JSON responses
- how to get query parameters
- what's an event loop and how it's used to dispatch your requests
It's going to take 10 minutes to complete, so better start now!
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content