Skip to content

Simple URL shortener service with relative link TTLs. Capable of enduring of 5500 RPS on a single instance.

License

Notifications You must be signed in to change notification settings

zxqfd555/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL shortener

URL shortener service. Should be capable of performing two essential operations:

  • get a short link for the provided URL and lifetime, respective to the previous link usage;
  • for a short link, redirect user for the original URL (or format 404 message, if there's no such link or it was expired).

The service should handle high load efficiently, targeting at thousands of RPS.

About

Simple URL shortener service with relative link TTLs. Capable of enduring of 5500 RPS on a single instance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published