{"id":18263126,"url":"https://github.com/peter-szrnka/mini-http-server","last_synced_at":"2026-05-08T07:34:49.802Z","repository":{"id":27069116,"uuid":"111769117","full_name":"peter-szrnka/mini-http-server","owner":"peter-szrnka","description":"Java based HTTP/HTTPS web server for local Javascript web development.","archived":false,"fork":false,"pushed_at":"2025-01-02T13:41:07.000Z","size":89,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T01:31:15.530Z","etag":null,"topics":["angularjs","https-server","java","javascript","pwa-apps"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peter-szrnka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-23T05:56:46.000Z","updated_at":"2025-03-11T14:14:44.000Z","dependencies_parsed_at":"2024-11-05T11:14:00.212Z","dependency_job_id":"64d195c0-f561-45ce-80f0-b9d7a63600f3","html_url":"https://github.com/peter-szrnka/mini-http-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/peter-szrnka/mini-http-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-szrnka%2Fmini-http-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-szrnka%2Fmini-http-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-szrnka%2Fmini-http-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-szrnka%2Fmini-http-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-szrnka","download_url":"https://codeload.github.com/peter-szrnka/mini-http-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-szrnka%2Fmini-http-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32771113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angularjs","https-server","java","javascript","pwa-apps"],"created_at":"2024-11-05T11:09:55.703Z","updated_at":"2026-05-08T07:34:49.772Z","avatar_url":"https://github.com/peter-szrnka.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mini-http-server\n\nA 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.\n\n| Build | Code coverage | Code quality |\n| ----- | ------------- | ------------ |\n| [![CodeQL](https://github.com/peter-szrnka/mini-http-server/actions/workflows/codeql.yml/badge.svg)](https://github.com/szrnka-peter/mini-http-server/actions/workflows/codeql.yml) |![Code coverage](https://sonarcloud.io/api/project_badges/measure?project=peter-szrnka_mini-http-server\u0026metric=coverage) | [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=peter-szrnka_mini-http-server\u0026metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=peter-szrnka_mini-http-server) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=peter-szrnka_mini-http-server\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=peter-szrnka_mini-http-server) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=peter-szrnka_mini-http-server\u0026metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=peter-szrnka_mini-http-server) |\n\n## Used technologies\n- Java 8\n- Maven\n- Jetty webserver\n\n## Features\n- configurable\n- small\n- portable (no installation required)\n\n## Install \u0026 configuration\n- Download the JAR file\n- Create a keystore file (for HTTPS mode)\n- Create a batch file to run it, or you can download it from here.\n- Download the sample config.properties file\n- Open the config.properties file and customize the parameters.\n\n## Generate new keystore(with Java)\n\nTODO\n\n## Usage\n- Start the batch file or run it from command line with\n```\njava -jar mini-https-server.jar\n```\n\n## Settings\n\n| Key | Description |\n| ------------- | ------------- |\n| server.type |[HTTP,HTTPS] |\n| server.port | The port type, where the server'll run |\n| www.dir | WWW directory |\n| keystore.location | Keystore file location |\n| keystore.password | Base64 encoded keystore password |\n| truststore.location | Truststore file location (same as keystore file) |\n| truststore.password | Base64 encoded truststore password |\n| password.encrypttype | Encryption type (currently only base64 allowed) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-szrnka%2Fmini-http-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-szrnka%2Fmini-http-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-szrnka%2Fmini-http-server/lists"}