Getting started
Shlink is a URL shortener which provides both a REST and CLI interfaces to interact with it.
There are a couple of ways to install and run it, depending on your needs and resources.
- You can run Shlink in a container-based infrastructure, using the docker image.
- Alternatively you can download a dist file to host it in your machine and serve it with:
- A non-blocking swoole server.
- A classic web server (like Apache or Nginx).