• #wordpress 2018-12-28
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#wordpress ≡
  • ←
  • →
2018-12-28 UTC
# 20:21
ramin
I don't see js as a real replacement for php... unfortunately. just looking at how a simple webspace has a full functioning backend, just by dropping php files in there. with js you still need to develop a backend (mostly separate from the frontend- tho of course there are some experimental frameworks) but they run in node. php has the advantage you don't need to start a server, right?