Skip to content

Basic Vert.x service to generate html from markdown over the event bus

Notifications You must be signed in to change notification settings

aesteve/vertx-markdown-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vertx-markdown-service

Basic Vert.x service to generate html from markdown over the event bus

This project aims at showing how easy it is to proxify an existing service through Vert.x's event bus.

Take a look at this example to see how the service is deployed in a real-life example.

Take a look at this class to understand how you can proxify your own service on the event bus.

Read or copy/paste build.gradle to have the correct dependencies and Gradle tasks to generate your own event bus proxy for your service.

Finally, take a look at this example to understand how services are invoked through the event bus.

About

Basic Vert.x service to generate html from markdown over the event bus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages