logoalt Hacker News

givantoday at 5:04 PM1 replyview on HN

I'm developing Vvveb CMS and WordPress is very inspiring, the standard to which everyone compares in the industry.

One of the reason WordPress is so ubiquitous is that it's very easy to host and it doesn't need advanced technical knowledge.

PHP hosting is very cheap and WordPress installation is very easy, it's just one click in some hosting dashboards.

The Javascript ecosystem is complex, you need to be a developer and have access to command line to install most Javascript CMSes and need a vps or more expensive hosting.


Replies

cloudpeaklabstoday at 5:28 PM

The hosting story is WordPress's biggest moat and most JS CMS projects underestimate it. Though I'd argue the gap is narrowing - a Node app on a $5 VPS with PM2 is getting close to shared PHP hosting simplicity, and platforms like Railway and Fly have made deploys nearly painless. The real remaining barrier is that non-technical users can't self-manage a Node process the way they manage WordPress through cPanel.

show 1 reply