I'm creating a project in which I will have "two interfaces", one used by the cell phone, the other used on a computer, on the mobile phone I'll have the YouTube API, using list
, with JavaScript. >
The client you are using will search for a video of your interest and you can pre-view it, and eventually select it, when you select it, the video ID will be saved in a database, as well as your name (there will be a login screen before), I need the other interface to show these videos, but I will have to receive this information from the bank and not update the page, and I will also make a button to mark a video as already played. .
I need help with this part of viewing the new videos and removing the ones that have already been tagged.
I also wonder if PHP and JS would be best suited for this type of project, with "two interfaces" (if this type of project has a specific name, please tell me), I know there are WEB SOCKETS, but still I did not study hard about it.