Remix.run Logo
onion2k 5 hours ago

That used to be a major selling point because hosts enabled PHP for a directory devs would FTP things into, but those days are thankfully long gone. I don't think it's any more difficult to host a JS, TS, or anything else, app than it is to host a PHP app today. In fact, PHP is probably more difficult than something like Netlify.

misiek08 4 hours ago | parent | next [-]

That’s also nice joke! You are all killing it today

trvz 4 hours ago | parent | prev | next [-]

Well, you’re quite fucking wrong there.

hrmtst93837 3 hours ago | parent | prev [-]

With PHP you can still drop a single file on shared hosting and be up in minutes, with no build step or CDN proxy in the mix.

npm deps adds plenty of attack surface on its own. Netlify is fine until you need custom binaries or persistent storage, then it gets weird fast. PHP has plenty of warts, but the ops path stays flatter than Node for the boring case most sites need.