Look inside
In this liveProject, you’ll make IoT devices “chat” through HTTP services. You’ll construct IoT gateways that query data from sensors, then send that data to a centralized platform. You’ll use different protocols to do this, including HTTP and MQTT. The Vert.x toolkit will give you everything you need to work with these protocols.
This project is designed for learning purposes and is not a complete, production-ready application or solution.
prerequisites
This liveProject is for experienced Java developers interested in mastering the Vert.x toolkit through hands-on development. To begin this liveProject you will need to be familiar with:
TOOLS
- Intermediate Java JDK 11
- Basics of Java IDEs
- Basics of HTTP
- Intermediate HTML and JavaScript
TECHNIQUES
- Basics of asynchronous programming
you will learn
In this liveProject, you’ll master the feature-rich Vert.x library through hands-on IoT development.
- Vert.x microservices and service discovery using the Redis backend
- Vert.x DB connection with Redis
- Vert.x HTTP client