{"id":27624267,"url":"https://github.com/aks-arise1600/corehttpserver","last_synced_at":"2026-04-30T10:03:49.005Z","repository":{"id":289044900,"uuid":"969945552","full_name":"aks-arise1600/CoreHttpServer","owner":"aks-arise1600","description":"Qt/C++ based HTTP Server","archived":false,"fork":false,"pushed_at":"2025-05-23T12:11:09.000Z","size":553,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-23T13:48:35.741Z","etag":null,"topics":["cpp","http-server","https","qt5","qthttpserver"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aks-arise1600.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-21T07:36:48.000Z","updated_at":"2025-05-23T12:11:13.000Z","dependencies_parsed_at":"2025-05-23T13:45:03.459Z","dependency_job_id":"d8a98736-35f4-4d3a-9341-603afb8ec2c1","html_url":"https://github.com/aks-arise1600/CoreHttpServer","commit_stats":null,"previous_names":["aks-arise1600/corehttpserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aks-arise1600/CoreHttpServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aks-arise1600%2FCoreHttpServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aks-arise1600%2FCoreHttpServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aks-arise1600%2FCoreHttpServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aks-arise1600%2FCoreHttpServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aks-arise1600","download_url":"https://codeload.github.com/aks-arise1600/CoreHttpServer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aks-arise1600%2FCoreHttpServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["cpp","http-server","https","qt5","qthttpserver"],"created_at":"2025-04-23T11:26:57.182Z","updated_at":"2026-04-30T10:03:49.000Z","avatar_url":"https://github.com/aks-arise1600.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreHttpServer \nThis is a HTTP Server, It has full of http request controls . It can be use with https(openssl).\n\n## Dependencies install\n\n\t\tsudo apt-get update\n\t\tsudo apt-get install -y build-essential make cmake qtbase5-dev qt5-qmake git libssl1.0-dev\n\n## Compile/build and Run\n\ncomiple with anyone (Cmake/Qmake)\n\n1. Cmake build\n\n\t\tgit clone https://github.com/aks-arise1600/CoreHttpServer.git\n\t\tcd CoreHttpServer\n\t\tmkdir cBuild \u0026\u0026 cd cBuild\n\t\tcmake ..\n\t\tmake\n\n2. Qmake build\n\n\t\tgit clone https://github.com/aks-arise1600/CoreHttpServer.git\n\t\tcd CoreHttpServer\n\t\tmkdir qBuild \u0026\u0026 cd qBuild\n\t\tqmake ..\n\t\tmake\n\t\t\n3. Run\n\n\t\t./CoreHttpServer\n\t\t\n* Open web-browser http://localhost:8190/ or http://localhost:8190/maths?\n* Open web-browser https://localhost:8193/ or https://localhost:8193/maths? \n* Open web-browser https://corehttpserver.onrender.com/ or https://corehttpserver.onrender.com/maths?MULTI=45,200,800\n\n\n### To start http\nEdit main.cpp \u0026 re-build\n\t\n\tobj.m_Start();\n\t//obj.m_StartSecure();\n    \t\n### To start https\nEdit main.cpp \u0026 re-build\n\t\n\t//obj.m_Start();\n\tobj.m_StartSecure();\n\n## Home Page (HTTP)\n\n![alt text](https://github.com/aks-arise1600/CoreHttpServer/blob/main/docs/Screenshots/Screenshot000.png?raw=true)\n\n\n## ADDITION EXAMPLE\n\n![alt text](https://github.com/aks-arise1600/CoreHttpServer/blob/main/docs/Screenshots/Screenshot001.png?raw=true)\n\n\n## MULTIPLICATION EXAMPLE\n\n![alt text](https://github.com/aks-arise1600/CoreHttpServer/blob/main/docs/Screenshots/Screenshot002.png?raw=true)\n\n\n## ERROR EXAMPLE\n\n![alt text](https://github.com/aks-arise1600/CoreHttpServer/blob/main/docs/Screenshots/Screenshot003.png?raw=true)\n\n\n## Home Page (HTTPS)\n\n![alt text](https://github.com/aks-arise1600/CoreHttpServer/blob/main/docs/Screenshots/Screenshot004.png?raw=true)\n\n\n\n## References\n\n* [httplib](https://github.com/aks-arise1600/CoreHttpServer/blob/main/docs/Readme_opt.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faks-arise1600%2Fcorehttpserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faks-arise1600%2Fcorehttpserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faks-arise1600%2Fcorehttpserver/lists"}