Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681466yI saw this guy who enjoys RAM hungry applications instead of PHP.
He’s still buying more RAM. -
C0D4681466y@hell use static methods if that really drives you crazy.
-> becomes ::
As for the $, well every language has its pain points. -
@C0D4 You must like Laravel too... recommending to use static methods just so -> will be written as :: is a terrible advice, there is a reason and a place where static methods should be used, using them unnecessarily can really take a toll on your codebase.
-
and Yes, PHP is better than Node.js, have you seen the benchmarks for PHP 7+?
Are you aware that Async frameworks exist for php, like Amphp, swoole, reactphp etc.
And with type strict option, it truly makes it whole. -
C0D4681466y@mega6382 it was a suggestion to deal with someone’s phobia of syntax rather then just suck it up and deal with it. Not advice by any means.
-
So I met this guy using Node
His backend is using gigabytes of RAM ;;;;;;;;;;;))))))))))))) -
mindev5446y@mega6382 benchmarks are not a great a great source. GoLang is much faster, but it doens't mean it's better. I love it, but it is limited in some aspects, as is every language.
-
I just created a http server in PHP using EventBase, EventHTTP class. I dont know why it is still blocking
-
@DawidCyron Sure, but as I also mentioned, that you have the ability to write non-blocking I/O applications in php, which was the only selling point of Node.js, and same can also be done in ruby and python.
Related Rants
So I met this guy, who thinks PHP is better than node.
Me : **ignores and moves on**
rant
node
php