Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 659 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 659 Bytes

Aspectow Light Edition

Aspectow Light Edition is a lightweight version with servlet specifications removed from Aspectow, an all-in-one web application server based on Aspectran, and is suitable for building high-performance REST API services.
JBoss's Undertow web server is built-in.

Running Aspectow

  • Clone this repository

    $ git clone https://github.com/aspectran/aspectow-light.git
  • Build with Maven

    $ cd aspectow-light
    $ mvn clean package
  • Run with Aspectran Shell

    $ cd app/bin
    $ ./shell.sh
  • Access in your browser at http://localhost:8081