Skip to content

davidarkemp/orleans-url-shortener-in-aspire

Repository files navigation

Hosting the Orleans UrlShortener with Aspire

  • Uses Redis as both the cluster and grain store for Orleans.
  • Separate Client and Server processes for Orleans.

Running

dotnet aspire run --project .\OrleansUrlShortener.Aspire.AppHost\OrleansUrlShortener.Aspire.AppHost.csproj 

You can then test the service by doing something like:

curl https://localhost:7225/shorten?url=https://x2764te.ch

Visiting the response will take you to the shorted url

About

An example of how to host the Orleans UrlShortener example with Aspire

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages