Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Vert.x published HTTP

This example starts a Vert.x application, opens a published rstream tunnel from a worker thread, and serves incoming HTTP streams through Vert.x application code. It does not bind a local HTTP server.

Install the local SDK snapshot first:

mvn -DskipTests install

Run the application with the same configuration used by the CLI:

mvn -f examples/vertx-published-http/pom.xml exec:java

Set RSTREAM_TUNNEL_NAME to choose a tunnel name.