Skip to content

skanjo/hawsome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hawsome Web Server

I Java web server built on Vert.x. Inspired by Caddy a web server written by Matt Holt using Go.

Prerequisites

  • Apache Maven

  • JDK 8+

Getting started

Get the code:

git clone https://github.com/skanjo/hawsome.git

Running the project

Once you have retrieved the project, you can check that everything works with:

mvn test exec:java

The command compiles the project and runs the tests, then it launches the application, so you can check by yourself. Open your browser to http://localhost:8080. You should see a Hello World message.

Building the project

To build the project, just use:

mvn clean package

It generates a exec-jar in the target directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages