Skip to content

A very simple vertx-web based HTTP server, as a bootstrap deployment for building other things. Licensed under WTFPL (http://www.wtfpl.net/)

Notifications You must be signed in to change notification settings

guss77/simplest-vertx-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

The Simplest Vert.x-web Server

This is a sample project to show the minimal deployment of a vertx-web based routing HTTP server.

To run:

mvn org.codehaus.mojo:exec-maven-plugin:exec -Dexec.executable=java \
	-Dexec.args="-cp %classpath io.vertx.core.Launcher run test.project1.Server"

To test:

curl http://localhost:8080/

About

A very simple vertx-web based HTTP server, as a bootstrap deployment for building other things. Licensed under WTFPL (http://www.wtfpl.net/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages