{"id":19732606,"url":"https://github.com/kkapelon/clojure-http-server","last_synced_at":"2025-02-27T20:47:28.133Z","repository":{"id":6899366,"uuid":"8149217","full_name":"kkapelon/clojure-http-server","owner":"kkapelon","description":"A simple file based HTTP server in Clojure","archived":false,"fork":false,"pushed_at":"2022-12-02T14:57:30.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T18:16:38.066Z","etag":null,"topics":["clojure","http-server"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkapelon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-11T23:24:47.000Z","updated_at":"2022-12-14T22:25:55.000Z","dependencies_parsed_at":"2023-01-11T17:04:54.123Z","dependency_job_id":null,"html_url":"https://github.com/kkapelon/clojure-http-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkapelon%2Fclojure-http-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkapelon%2Fclojure-http-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkapelon%2Fclojure-http-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkapelon%2Fclojure-http-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkapelon","download_url":"https://codeload.github.com/kkapelon/clojure-http-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241058311,"owners_count":19902162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["clojure","http-server"],"created_at":"2024-11-12T00:27:12.777Z","updated_at":"2025-02-27T20:47:28.106Z","avatar_url":"https://github.com/kkapelon.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple HTTP server written in Clojure\n\nA simple file based HTTP server in Clojure created for my [Clojure blog post](https://blog.codepipes.com/containers/clojure-lein-docker.html)\n\n\nIt exposes 8080 and serves all file requests for files in the same\ndirectory as the executable. Currently only an example index.html is provided\n\n\n## How to run locally\n\n`lein run`\n\nthen run in a different terminal `curl localhost:8080/index.html`\n\n## How to build and run container\n\nRun\n\n *  `docker build . -t my-app` to create a container image \n *  `docker run -p 8080:8080 my-app` to run it\n\nthen run in a different terminal `curl localhost:8080/index.html`\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkapelon%2Fclojure-http-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkapelon%2Fclojure-http-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkapelon%2Fclojure-http-server/lists"}