7 ms·
A server is just a computer. You could run this software on the computer in front of you, or a computer in a datacentre. Either is fine.
by davidbanham 2y ago
A server is just a computer. You could run this software on the computer in front of you, or a computer in a datacentre. Either is fine.
- amelius 2y agoYeah, but why mess with port numbers when you can just run it as a standalone process?
- wkat4242 2y agoBecause you might want to share it with other people or even your own other devices on the same network
- amelius 2y agoWell, you can do so by using e.g. VNC. One nice part is that you can use the same setup for everything and you don't have to play the sysadmin role all the time for every app.
- freehorse 2y agoThe question then becomes why not just ssh into that computer or whatever and just use yt-dlp on a terminal on it instead of a javascript wrapper around it.