I used this privately for a long time, now it is open to the public: https://xh4h.com/shorten
SimpleURLShortener is a lightweight and open sourced URL Shortener which aims to be easily deployed in any server running Express.
I was sick of full-of-ads shorteners and volatile shortened URLs, and since many more people are in the same situation, I decided to develop this project.
- Download latest release.
- Open and edit
shortener_config.jsonby filling the connection details to your DB. - run
npm install && npm run-script setupto prepare the environment - run
node startto start the service.
Service will be running in ip/shorten.
