Hi,
I watched some tutorials and also the samples but now I´m confused.
Let´s say there is a main.js.. which must be running on localhost port 9000.
My tvos app is the client which is connecting to that.
What is the real world scenario?
Is the main.js, which i added to the project, running on the AppleTV? So is the "real" hardware my webserver. And this main js is firing another js file for loading the data from somewhere else.
Meaning localhost is correct for the deployment?
Or do I have to deploy my main.js file on my own dedicated webserver?
Could someone explain me the architecture, please?
Just explain me which project or file is running and where it is running?
regards
Martin