tienquanutc / vertx-zip-async

Sample project to show how to generate zip asynchronously

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertx Zip Async

This sample application shows how to serve a generated ZIP file asynchronously using the Vert.x toolbox. Code is explained on my blog

How to run

# mvn clean compile exec:java
# curl http://localhost:8080/package/foo.zip -o foo.zip

About

Sample project to show how to generate zip asynchronously


Languages

Language:Java 99.6%Language:FreeMarker 0.4%