Advices on tech stack and frameworks for TikTok like app

Hello,
I need to develop an app that ressemble tik tok: easy image upload for user with smooth video browsing.

Could you please advice on:

  • Which tech stack in the backend do you advise to receive and process videos.
  • What iOS framework framework or libraries to use to display fast preview and browsing of videos.

Thanks
Ben

Hi @benj, you may want to look at the AVFoundation to start off with. Here is documentation that may help:
https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/avcam_building_a_camera_app

Apple Developer Documentation .

As for a backend Node.js could be a good direction to start in with a MongoDB database.

This topic was automatically closed after 166 days. New replies are no longer allowed.