{"id":37023237,"url":"https://github.com/hypernova1/sambastian","last_synced_at":"2026-01-14T02:47:12.217Z","repository":{"id":49698081,"uuid":"278573468","full_name":"hypernova1/Sambastian","owner":"hypernova1","description":"HTTP Server Framework","archived":false,"fork":false,"pushed_at":"2024-07-23T14:33:53.000Z","size":1295,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T13:18:59.475Z","etag":null,"topics":["framework","java","server","server-framework"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hypernova1.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-07-10T07:53:06.000Z","updated_at":"2024-07-23T14:33:57.000Z","dependencies_parsed_at":"2024-04-18T10:06:46.852Z","dependency_job_id":null,"html_url":"https://github.com/hypernova1/Sambastian","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hypernova1/Sambastian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypernova1%2FSambastian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypernova1%2FSambastian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypernova1%2FSambastian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypernova1%2FSambastian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hypernova1","download_url":"https://codeload.github.com/hypernova1/Sambastian/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypernova1%2FSambastian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["framework","java","server","server-framework"],"created_at":"2026-01-14T02:47:11.733Z","updated_at":"2026-01-14T02:47:12.182Z","avatar_url":"https://github.com/hypernova1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sambastian\nImplementing HTTP Server Framework using java socket.\n\n#### [document](https://hypernova1.github.io/java-http-server-doc/)\n#### [Sample Project](https://github.com/hypernova1/sambastian-sample)\n#### [Template](https://github.com/hypernova1/sambastian-template)\n\n### How to use\n##### 0. install jdk 1.8++\n##### 1. create maven project\nproject structure\n~~~\nsrc/\n +- main/\n     +- java/\n     |   +- \u003csource code\u003e\n     +- resources/\n         +- config/\n         |   +- application.properties\n         +- static/\n            +- \u003cstatic files\u003e\n~~~\n##### 2. add dependency\n~~~xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.hypernova1\u003c/groupId\u003e\n    \u003cartifactId\u003esambastian\u003c/artifactId\u003e\n    \u003cversion\u003e1.0\u003c/version\u003e\n\u003c/dependency\u003e\n~~~\n##### 3. initial setting\nfilename: resources/static/resource/application.properties\n~~~properties\nroot-package-name=[root package name] # required\nserver.port=[port number]\nserver.maximum-pool-size=[maximum thread pool size]\nfile-buffer-size=[file buffer size]\n# activate SSL\nkey-store.name=[keyStore name]\nkey-store.password=[keyStore password]\n~~~\n##### 4. write main class\n~~~java\n@ComponentScan\npublic class Application {\n    public static void main(String[] args) {\n        HttpServer.start();\n    }\n}\n~~~\n\n##### 5. execute program\n~~~\n22:26:34.015 [main] INFO  org.sam.server.HttpServer - server started..\n22:26:34.019 [main] INFO  org.sam.server.HttpServer - server port: 8080\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypernova1%2Fsambastian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypernova1%2Fsambastian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypernova1%2Fsambastian/lists"}