Geek Guy
Geek Guy

Reputation: 702

How to shorten URL pointing to my server (NOT MOBILE APP)

I am working on a mobile app and I want to be able to generate several short urls and share to users without showing my actual url with server name.

The long URLS have parameters to certain resources. Server is hosted in Google App Engine and written in nodejs

Which is the best and safe way to do this?

Upvotes: 0

Views: 178

Answers (1)

Geek Guy
Geek Guy

Reputation: 702

Firebase Dynamic links has solved my problem

Upvotes: 2

Related Questions