Jorge Castro
Sep 25, 2021

I agree with PHP.

However, you can't compare PHP with JavaScript (NodeJS) in the server side. PHP works, Javascript does not work well (and most companies doesn't even care to make it work).

For example, who even dare to use ExpressJS? or vanilla nodejs?. Why?

a) the support of nodejs and database is lacky at best, and there are some cheap connectors and nothing more. PHP has full supports of database, including libraries compiled in c and c++.

It is the reason why most companies use in tandem javascript and c#/php/java

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Responses (1)

Write a response

I haven’t had any issues nodejs APIs and database connectivity. Are there faster languages? Sure, but it stacks up pretty well with java nowadays. Golang, Rust and c/c++ are typically much faster though.