A blazing fast URL Shortner
This is my first project with Scala, so I have decided to implement something dummy, but useful. PS: I am still exploring the language, the frameworks, so, this is crappy code, don't judge me.
Kurz - it is the literal translation of short to German. [more]
Check the PERFORMANCE.md file for complete information.
List of endpoints and parameters
The root path is the default redirection path.
GET /:slug
-> where slug is the short url or alias.
The client will be redirected to the full URL using a Temporary Redirect, since it is not cached by the browser.