Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 333 Bytes

File metadata and controls

6 lines (6 loc) · 333 Bytes

SystemDesignSamplesAspNetCore

Some popular System Design questions implemented as ASP.NET core applications such as:

  • UrlShortener - service to shorten urls and provide redirections
  • LiveComments - live comments on videos
  • RateLimiter: Minimal implementation with TokenBucket
  • ChessDotCom: Matching players and following games