{"id":24895433,"url":"https://github.com/maxlorenz/webserver-fsharp","last_synced_at":"2025-03-27T15:26:01.599Z","repository":{"id":32104085,"uuid":"35676355","full_name":"maxlorenz/webserver-fsharp","owner":"maxlorenz","description":"Simple Webserver in F#","archived":false,"fork":false,"pushed_at":"2015-12-14T13:45:12.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T22:46:20.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"F#","has_issues":true,"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/maxlorenz.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":"2015-05-15T13:46:18.000Z","updated_at":"2015-05-15T13:48:12.000Z","dependencies_parsed_at":"2022-08-22T21:50:21.140Z","dependency_job_id":null,"html_url":"https://github.com/maxlorenz/webserver-fsharp","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/maxlorenz%2Fwebserver-fsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlorenz%2Fwebserver-fsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlorenz%2Fwebserver-fsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlorenz%2Fwebserver-fsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxlorenz","download_url":"https://codeload.github.com/maxlorenz/webserver-fsharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245870060,"owners_count":20685962,"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":"2025-02-01T19:18:31.792Z","updated_at":"2025-03-27T15:26:01.574Z","avatar_url":"https://github.com/maxlorenz.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webserver-fsharp\n\nA simple webserver in F#. It's purpose is to create a REST Api fast.\n\n## Example usage\n``` fsharp\n    Webserver.listen\n        \"localhost\"\n        8000\n        \"404, site not found!\"\n        [\n            \"\", fun _ -\u003e \"status\"\n            \"/categories\", fun _ -\u003e \"list of all categories: ...\"\n            \"/applications\", fun _ -\u003e \"list of all applications: ...\"\n            \"/categories/{{name}}\", fun x -\u003e sprintf \"requested %s\" x.[\"name\"].Value\n            // ...\n        ]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxlorenz%2Fwebserver-fsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxlorenz%2Fwebserver-fsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxlorenz%2Fwebserver-fsharp/lists"}