Skip to content

Phoenix1978/Vertx-Demonstrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project aims on helping understand the use of Vertx, not a project to be used as it. Wikipedia: : Eclipse Vert.x is a polyglot event-driven application framework that runs on the Java Virtual Machine It is composed by the mix of many tutorial I did to understand many aspect of this framework : VertX

The tutorials I followed :

Tutorial to go further

What is covered

  • Creation of verticle
  • Clustering of event bus
  • Multideployment of verticles
  • TCP verticle (net servers) and Http servers
  • configuration reload
  • rooting
  • point to point (message on event bus directly)
  • client/consumer and server/publisher

Installation

This project was done on Eclipse (2012-12) with Maven, so it's necessary to import the project and build it. Launching the unit test, we can see a lot of logs with use of thread, creation of verticles etc... helping to follow what is going on in the code

License

This project is under MIT License, but do whatever you want with it

Project status

This project is not supposed to evolve anymore

About

Java code to demonstrate learn about Vertx Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages