{"id":20685958,"url":"https://github.com/fonsp/simplefileserver.jl","last_synced_at":"2025-03-10T22:56:36.752Z","repository":{"id":78801360,"uuid":"368471321","full_name":"fonsp/SimpleFileServer.jl","owner":"fonsp","description":"Simple HTTP file server for Julia","archived":false,"fork":false,"pushed_at":"2021-05-18T09:29:34.000Z","size":3,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-10T11:02:17.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/fonsp.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}},"created_at":"2021-05-18T09:23:22.000Z","updated_at":"2021-05-19T15:19:33.000Z","dependencies_parsed_at":"2023-03-23T03:32:18.762Z","dependency_job_id":null,"html_url":"https://github.com/fonsp/SimpleFileServer.jl","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"54df23b3cf219f2fb93e120372b9c0596ea77430"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fonsp%2FSimpleFileServer.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fonsp%2FSimpleFileServer.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fonsp%2FSimpleFileServer.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fonsp%2FSimpleFileServer.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fonsp","download_url":"https://codeload.github.com/fonsp/SimpleFileServer.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242940017,"owners_count":20209882,"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":[],"created_at":"2024-11-16T22:29:35.830Z","updated_at":"2025-03-10T22:56:36.731Z","avatar_url":"https://github.com/fonsp.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleFileServer.jl\n\nRun a simple HTTP file server, serving files from the given local directory.\n\n```julia\njulia\u003e import Pkg; Pkg.add(url=\"https://github.com/fonsp/SimpleFileServer.jl\")\n\njulia\u003e using SimpleFileServer\n\njulia\u003e serve(\".\")\nHTTP server listening on http://0.0.0.0:4507/\n```\n\n## Details\n\nThe server is running on [deno](https://deno.land/), using the [`file_server` standard library](https://deno.land/manual/examples/file_server). We use the cross-platform [`Deno_jll`](https://github.com/JuliaBinaryWrappers/Deno_jll.jl) package for the deno binary (30MB).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffonsp%2Fsimplefileserver.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffonsp%2Fsimplefileserver.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffonsp%2Fsimplefileserver.jl/lists"}