GitXplorerGitXplorer
a

vertx-markdown-service

public
6 stars
5 forks
1 issues

Commits

List of commits on branch master.
Unverified
3093f386c6ea0799ad65c3bd33376942e8d8a51e

upgrade to vertx 3.1.0 / Gradle 2.8

aaesteve committed 9 years ago
Unverified
e6cab02de5b353cdcb3150e8ca0fa8c11c4291c5

invoke through service interface

aaesteve committed 10 years ago
Unverified
8665615e731766db6401e7a8a0aacf8385dbbdd6

upgrade to 3.0.0

aaesteve committed 10 years ago
Unverified
9f8e8ea5c328892c7fff1563f629e651f2970eb9

remove warning

aaesteve committed 10 years ago
Unverified
91ef7c89841bc80b76855dba93fca4a2f43a9d4f

Merge pull request #1 from vietj/master

aaesteve committed 10 years ago
Unverified
d739577bb0517b8d1eba7fafe5cee34d67e4f9a8

Use vertx unit for testing

vvietj committed 10 years ago

README

The README file for this repository.

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.