Java Express Versions Save

🧪 HTTP Framework based on expressjs, no dependencies, simple usage. Can be used to quickly spin up an API or serve local files.

0.2.1

3 years ago
  • Build system refactoring.
  • Redirecting log calls to SLF4J.

Installation coordinates @ JCenter:

<dependency>
  <groupId>io.vacco.java-express</groupId>
  <artifactId>java-express</artifactId>
  <version>0.2.1</version>
</dependency>
implementation "io.vacco.java-express:java-express:0.2.1"

0.1.1

5 years ago

Critical bug-fixes

0.1.0

5 years ago

First minor release, introducing DynExpress.

0.0.11

5 years ago

Improvements

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago
  • Adding more features from expressjs.
  • Fixing small bugs.
  • Add logger to response to handle errors.

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago