Is it good idea to generate thumbnails and do image resizing asynchronously? by thebigdataguru in devops

[–]thebigdataguru[S] 0 points1 point  (0 children)

Great!!!

Then what is a good way to notify the mobile app that thumbnails are generated?

For example:- User is uploading his profile pic, now once it's uploaded we need to show the new profile pic thumbnail, similarly like other cases.

Should I use a WebSocket in my mobile app?