{"id":30044821,"url":"https://github.com/64j0/orleans-fsharp--url-shortener","last_synced_at":"2025-08-25T22:06:00.323Z","repository":{"id":307758125,"uuid":"1030617880","full_name":"64J0/orleans-fsharp--url-shortener","owner":"64J0","description":"This repository holds the F# code that implements the Microsoft Orleans quickstart example UrlShortener.","archived":false,"fork":false,"pushed_at":"2025-08-02T01:07:46.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-23T06:24:33.342Z","etag":null,"topics":["asp-net","csharp","fsharp","microsoft-orleans","orleans","orleans-example"],"latest_commit_sha":null,"homepage":"","language":"F#","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/64J0.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-08-02T01:07:06.000Z","updated_at":"2025-08-02T01:08:44.000Z","dependencies_parsed_at":"2025-08-02T03:38:24.384Z","dependency_job_id":"b0741525-6931-4730-afdb-153e3cc652ab","html_url":"https://github.com/64J0/orleans-fsharp--url-shortener","commit_stats":null,"previous_names":["64j0/orleans-fsharp--url-shortener"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/64J0/orleans-fsharp--url-shortener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64J0%2Forleans-fsharp--url-shortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64J0%2Forleans-fsharp--url-shortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64J0%2Forleans-fsharp--url-shortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64J0%2Forleans-fsharp--url-shortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64J0","download_url":"https://codeload.github.com/64J0/orleans-fsharp--url-shortener/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64J0%2Forleans-fsharp--url-shortener/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272138595,"owners_count":24880138,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"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":["asp-net","csharp","fsharp","microsoft-orleans","orleans","orleans-example"],"created_at":"2025-08-07T07:00:51.264Z","updated_at":"2025-08-25T22:06:00.316Z","avatar_url":"https://github.com/64J0.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microsoft Orleans with F#\n\nThis repository holds the F# code that implements the Microsoft Orleans quickstart example UrlShortener:\n\n- [Quickstart: Build your first Orleans app with ASP.NET Core](https://learn.microsoft.com/en-us/dotnet/orleans/quickstarts/build-your-first-orleans-app?tabs=visual-studio-code)\n\n## Project structure\n\n```mermaid\ngraph LR;\n    Grains[\"Grains (F#)\"];\n    CodeGen[\"CodeGen (C#)\"];\n    Server[\"Server (F#)\"];\n    Grains--\u003eCodeGen;\n    CodeGen--\u003eServer;\n```\n\nNotice that for now, it's necessary to have part of the project in C#, so Orleans correctly generates code. There's more information at the following links:\n\n- [DejanMilicic/OrleansFsharp](https://github.com/DejanMilicic/OrleansFsharp)\n- Issue :: [F# host: Could not find an implementation for interface OrleansDashboard.IDashboardGrain - C# host ok](https://github.com/dotnet/orleans/issues/8235)\n- Q\u0026A :: [How to use Orleans in a single F# script file .fsx?](https://github.com/dotnet/orleans/discussions/9155)\n\n## How to run?\n\n```bash\n    # start the server\n    dotnet run --project Server/\n    # assert that the HTTP server started at the port 5062\n```\n\nThen, at the browser, open the server endpoint that shortens another URL, like:\n\n- http://localhost:5062/shorten?url=https://gaio.dev\n\nThis endpoint outputs a new URL, like `http://localhost:5062/go/4F09B02C`, which, once you open must redirect you to the previously shortened URL, in this case: `https://gaio.dev`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64j0%2Forleans-fsharp--url-shortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64j0%2Forleans-fsharp--url-shortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64j0%2Forleans-fsharp--url-shortener/lists"}