cloudinary / js-url-gen

Cloudinary's base javascript library, including URL generation.
https://www.cloudinary.com
MIT License
47 stars 9 forks source link

Is it recommended to use this on the server? #572

Open Tobjoern opened 1 year ago

Tobjoern commented 1 year ago

Hey, is it recommended to use this library on the server, on the client or both?

epasos573 commented 1 year ago

Hi @Tobjoern ,

The js-url-gen is for applications that would require to have an implementation for a 'client-side delivery URL generation' (i.e., it can be used without providing your account secret keys). Additionally, there are different SDKs available for either the server-side or client-side, depending on the framework that you used for your application (see https://cloudinary.com/documentation/cloudinary_sdks#available_sdks).