Simple HTTP Server written in Java. Currently, It can serve HTML, CSS and Scripts to Google Chrome, Firefox and other web browsers.
JRE/JDK is required to run. Command to run it in terminal:
java -jar HTTPServer.jarTo get help run:
# you can run h or help
HTTPServer help
HTTPServer start --name <server-name> --dir <directory> --port <port> --backlog <backlog> --verbose- port = 0 (OS assigns an available port)
- backlog = 10
- name = JavaHTTPServer
- path = path jar is running from
- Verbosity = false
- Does not support HTTPS