Skip to content

hmunnin/vertx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VERTX

Sample of Server-Client modules interaction using vertx publish-subscribe model.

Server imitates volatility shared source to emitt for client-side interactors via connection with message-loss safe QoS.

How to:

  1. Package modules with maven. Proper scripts embeded in related pom.xml.
  2. By default server HOST address for clients is localhost.
    For distributed case submit server HOST address in 'clien/.../App.class' and 'clientDB/.../App.class' properties.
  3. Run modules: java -jar target/<module-name>-fat.jar
  4. Enjoy!

Install robomongo to interact with clientDB out of box: https://robomongo.org/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages