gkd@lemmy.ml to Programmer Humor@lemmy.ml · 2年前“But how do I access it?”i.imgur.comimagemessage-square48fedilinkarrow-up1678arrow-down114
arrow-up1664arrow-down1image“But how do I access it?”i.imgur.comgkd@lemmy.ml to Programmer Humor@lemmy.ml · 2年前message-square48fedilink
minus-squaredanAlinkfedilinkarrow-up12·2年前So it’s essentially the same as shared web hosting, just masquerading as a new concept. 15 years ago I’d deploy PHP sites by uploading them via FTP to some free web hosting company.
minus-squareCysio@lemmygrad.mllinkfedilinkarrow-up5·2年前Except it’s not quite shared but “containerized”
minus-squarepimeys@lemmy.nauk.iolinkfedilinkarrow-up2·2年前Yep. But you pay only for the CPU time you use and very often the only IO you can do is HTTP due to the runtime.
So it’s essentially the same as shared web hosting, just masquerading as a new concept. 15 years ago I’d deploy PHP sites by uploading them via FTP to some free web hosting company.
Except it’s not quite shared but “containerized”
Yep. But you pay only for the CPU time you use and very often the only IO you can do is HTTP due to the runtime.