/url-shortener

WIP - URL Shortening service

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

URL Shortener

URL shortening is used to generate short aliases for long URLs. Users will redirect to the original URL when they hit short links. Also, these short links simplify a lot of spaces while sharing the message. Additionally, users are less likely to mistype shorter URLs.

For example,
     https://blog.ranmanic.in/opensource

we would get,
     https://rm.in/os

It is used to optimize links across devices, tracking individual links and, hiding affiliated original URLs.

System Design

          URL Shortener

System Configuration

updated soon..