mini-http-server

A small, Java based HTTP/HTTPS web server. ( First I created it for myself. :) ) It’s very useful for local Javascript (Angular JS, Progressive Web Apps, etc.) web development.

Build Code coverage Code quality
CodeQL Code coverage Vulnerabilities Quality Gate Status Reliability Rating

Used technologies

Features

Install & configuration

Generate new keystore(with Java)

TODO

Usage

Settings

Key Description
server.type [HTTP,HTTPS]
server.port The port type, where the server’ll run
www.dir WWW directory
keystore.location Keystore file location
keystore.password Base64 encoded keystore password
truststore.location Truststore file location (same as keystore file)
truststore.password Base64 encoded truststore password
password.encrypttype Encryption type (currently only base64 allowed)