Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esotericman/hello-windward

Sample project for Windward
https://github.com/esotericman/hello-windward

Last synced: about 1 month ago
JSON representation

Sample project for Windward

Awesome Lists containing this project

README

        

# Sample project for Windward

[中文](README.zh-CN.md)

## You will learn these skills

- Simple router usage
- Package runnable jar
- Static resource host

## You can test them

| Description | Router Path |
|-------------|----------------------------------|
| root | http://127.0.0.1:8080 |
| json | http://127.0.0.1:8080/json |
| index.html | http://127.0.0.1:8080/index.html |
| inner.html | http://127.0.0.1:8080/inner |