Node.js is better than PHP, or not? Both things reviewed and compared...

  Рет қаралды 22,075

Jelvix | TECH IN 5 MINUTES

Jelvix | TECH IN 5 MINUTES

Күн бұрын

Node.js vs PHP - how are they different? Which one's better? Or is there a winner? Let's find out.
▶ Contact Jelvix: jelvix.com
▶ For KZbin partnerships: youtube@jelvix.com
Subscribe for more tech tips and tutorials: / @jelvix
▶ LINKS:
- Java vs .Net - jelvix.com/blog/java-vs-net-c...
▶ Time codes:
00:00 PHP and Nodejs review
01:42 Pros and cons of PHP
03:03 Pros and cons of Nodejs
04:06 Comparison: NodeJS vs PHP
05:12 Contact Jelvix
▶ Follow us:
Facebook - / jelvixcompany
Twitter - / jelvix
Instagram - / jelvix
Linkedin - / jelvix
Upwork - www.upwork.com/ag/jelvix/
▶ About this video:
PHP is an object-oriented, open source, and server-side scripting language that serves primarily as a web development tool.
PHP is mainly used to create web servers. Nonetheless, it can be executed in the browser and as well as through the command line. If you don’t want to display your code output in the browser, you may do so in the terminal.
NodeJS is a single-threaded, open source, cross-platform runtime environment to develop fast and scalable server-side and networking applications. It consists of an event-driven, non-blocking I/O architecture and operates on the Google V8 JavaScript runtime engine. As a result, it’s an efficient and ideal tool for real-time application development.
---
Disclaimer:
The content in this video is based on company's experience. The primary purpose of this video is to educate and inform. Note that Jelvix is not responsible for the results of advices that were taken without considering individual situation and goals of your business. Jelvix strongly recommends to perform your own independent research before making any critical decisions. If you have a complaint about something or find your content is being used incorrectly, please contact Jelvix.
This video is available for private, non-commercial use only. You may not edit or modify this video.

Пікірлер: 89
@Jelvix
@Jelvix Жыл бұрын
So what do you think is better - Node.js or PHP?
@rahuldhamma5375
@rahuldhamma5375 Жыл бұрын
what about the Django python
@ewtwetrwerwteet
@ewtwetrwerwteet Жыл бұрын
Node.... I hate switching hats. Love having one syntax and not stuffing around
@ramsheedm5324
@ramsheedm5324 Жыл бұрын
Study or use well and create a vedio
@anlongdus
@anlongdus 5 ай бұрын
I like Elixir and Phoenix
@VladislausMusic
@VladislausMusic 4 ай бұрын
I like PHP on the backend side and JS on the interface side.
@blessdarah1256
@blessdarah1256 Жыл бұрын
Anyone who uses php right now with larave, livewire and the TALL stack in general is completely in the game. I find PHP way better. Of course Node Js is good I use them both.
@binews9938
@binews9938 Жыл бұрын
the magic of the livewire with laravel>>>>>
@ngonimudzudzu3611
@ngonimudzudzu3611 Жыл бұрын
The title of the video is misleading. Also the MVC pattern is not something related to a language but rather a framework. For example, Laravel is a PHP framework that utilises MVC. Otherwise great video :)
@joydeepbhowmik6181
@joydeepbhowmik6181 10 ай бұрын
As a developer who used both laravel and react for building ecommerce solutions I think laravel is far better in this case , specially with livewire ...Man you dont even have to write APIs to work with frontend and the built in mvc pattern is awesome...I always hated php for it's slow performance and messy syntax but man i was wrong....this livewire technology is fascinating ...it saved me so much time . Laravel undoubtedly better than next js and gatsby . Laravel has almost everything that I can imagine.. and don't even need to install multiple modules most of the things are just buit in ....no wonder why php is still in rocking... I dont need to think about ssr .. I don't need to think about performance, no need to worry about creating multiple APIs, and the querybuilder let's me write MySQL so easy and with best practices
@zzkevinlim
@zzkevinlim 6 ай бұрын
Amen.
@code_marked
@code_marked Жыл бұрын
PHP powers almost 80% of the internet, and is still here, with improving frameworks. This is like comparing a War vet to a young kid. LOL.
@mahmudaremu4907
@mahmudaremu4907 Жыл бұрын
Fam tell php to do socket or real time communication if u can 😁😁
@umarsayyad1900
@umarsayyad1900 Жыл бұрын
No it’s like comparing a Toyota that’s cheap, which is preferred by the consumers due to price. To a sports car. New, faster, better and will soon consume pho.
@code_marked
@code_marked Жыл бұрын
@@mahmudaremu4907 you can create Live stream software in Laravel.
@mahmudaremu4907
@mahmudaremu4907 Жыл бұрын
@@code_marked i mean a realtime socket communication
@code_marked
@code_marked Жыл бұрын
@@mahmudaremu4907 It's possible man. lol A simple search will show you.
@mohammedissam3651
@mohammedissam3651 Жыл бұрын
I need both architecture blocking and non blocking methodologies 😅... Is it possible?
@HishaMized
@HishaMized 9 ай бұрын
2:50 ? Really? This video couldn't be more misleading. PHP literally has dozens of reliable, robust and clean MVC based frameworks with out of the box features for better developer experience where as i. Express JS a developer is required to import heavy unstable packages to even breathe in it.
@mostafaalayesh2803
@mostafaalayesh2803 4 ай бұрын
I am trying to find a "Never recommend me any video from this channel again" button.
@vitormanfredini1205
@vitormanfredini1205 Жыл бұрын
"php isnt applicable to implementing mvc" wat
@Jelvix
@Jelvix Жыл бұрын
We appreciate all feedback. Thank you for bringing this issue to our attention.
@gillesashley9314
@gillesashley9314 Жыл бұрын
I was confused myself. Cuz all the frameworks implement MVC flawlessly. Laravel, Codeigniter, Symphony, etc. So I was a bit confused.
@Chris-hy6jy
@Chris-hy6jy Жыл бұрын
Lots of words in this video but zero information.
@edan2629
@edan2629 9 ай бұрын
full stack with nodejs... library is extensive... the only drawback i see is, the constant update of dependencies... nodejs is really fast and light weight.
@ejohnson1767
@ejohnson1767 5 ай бұрын
I prefer php as a backend.
@TricoliciSerghei
@TricoliciSerghei 2 ай бұрын
The downsides of PHP are incorrect. The Error handling in PHP is pretty good, the debugging is great these days, the MVC pattern doesn't have anything to do with any language, and can be implemented easily with PHP also, (almost all frameworks use MVC as the base architectural pattern). The video is a bit weak, thanks for the effort though.
@RamonChiNangWong078
@RamonChiNangWong078 Жыл бұрын
older then Php? C/C++ or what about COBAL that are still being used in Banks
@Jelvix
@Jelvix Жыл бұрын
It is our pleasure to hear your valuable feedback.😊🤓
@simon3sofaswheeler513
@simon3sofaswheeler513 Жыл бұрын
MVC is a paradigm not a feature & there are many MVC PHP frameworks around .. mostly to be avoided. Error handling is what you make it ... remember the 'flexibility' comment. Bad bot ;)
@Jelvix
@Jelvix Жыл бұрын
Not so bad!😉 So you agreed in your own words it's better to avoid MVC PHP framework, so no contradictions😁 And what about flexibility? Can you explain your thoughts a bit?
@simon3sofaswheeler406
@simon3sofaswheeler406 Жыл бұрын
​@@Jelvix I said 'mostly' - in other words there are a lot of rather pointless and/or bad MVC adaptations out there which adopt MVC for the sake of MVC and not for the sake of the objective - my point remains that MVC is a paradigm which can be applied in PHP as it can in many other languages and to say that you can not do MVC in PHP is a terminological inexactitude ...or wrong if you prefer ;) PHP error handling can be as simple as or die('ouch') or a comprehensive integrated exception framework & this is the flexibility that you correctly point out as a 'pro' for PHP. A lot of critiques of PHP were valid in the PHP5 ish era (when PHP was running pretty much everything online~) , if you want a critical poke at PHP7/8 then the apparent desperation of current PHP devs to emulate languages that PHP is not... introducing many (IMO) pointless backwards compatibility issues.
@IvanGalayko
@IvanGalayko 3 ай бұрын
PHP can't do MVC? Laravel isn't a thing then?
@cilo56
@cilo56 Жыл бұрын
Before posting videos on particular topic; first have one knowledgeable and active on said technology review the script to ensure as to not promote misinformation.
@KoShuFW
@KoShuFW Жыл бұрын
funny. was hoping to learn actual differences. something like what performance hit comes with node js vs php. I can run high availability app in php on crap hw, how does this compare to node js? and ye mvc 🙂, funny, php supports any framework even these which have not been thought of yet, assume it is true for any language. btw I still use my version of quick template and that thing is from the 90s.
@khaledsanny4817
@khaledsanny4817 Жыл бұрын
Example of old technologies still in use…. HTML & css … replace that if you can 😂
@gillesashley9314
@gillesashley9314 Жыл бұрын
😂😂😂. Not possible bro. I doubt they’ll ever be replaced in a million years.
@rifkiarza6590
@rifkiarza6590 Жыл бұрын
​@@gillesashley9314Jsx? No?
@pavankumar-of4ew
@pavankumar-of4ew 25 күн бұрын
Ofcourse laravel and node are performing better,but in curent job market,they are using full stack js more than php,only few companies use php with less funding of startups.
@strategylife6707
@strategylife6707 9 ай бұрын
I am using php and nodejs in one project, so I can benefit from the advantages of both 😏🤫
@benjamoreno3347
@benjamoreno3347 9 ай бұрын
php and javascript are the best. however I'll give a try to node.js, react, etc.
@a.j.outlaster1222
@a.j.outlaster1222 Жыл бұрын
Idk Php, I tried to learn, But, Couldn't find an offline compiler, I don't know Node js either, But, I know JavaScript, I have recently made a raycaster game and was hoping to learn how to use Node as a server to support multiplayer.
@Jelvix
@Jelvix Жыл бұрын
We hope our video was helpful for you. Subscribe to out channel, we share a lot of clear and easy-to-learn instructions about different stack, including PHP, NodeJS, and JavaScript! Follow us :)
@simon3sofaswheeler513
@simon3sofaswheeler513 Жыл бұрын
why would you need an offline compiler to run PHP ?
@parislyritis8074
@parislyritis8074 Жыл бұрын
PHP is a scripting language it does not need a compiler.
@purplevanilla
@purplevanilla 3 ай бұрын
Wait, node.js can be used to build a multiplayer game too?
@a.j.outlaster1222
@a.j.outlaster1222 3 ай бұрын
@@purplevanilla If I'm correct, It's a server that has a database which we can use to transfer game data between players. I have no idea. 😅
@murtadanazar
@murtadanazar Жыл бұрын
One of the most beautiful content industry channels, thank you 😻
@justtestingmycurrentskills747
@justtestingmycurrentskills747 Жыл бұрын
IMO, PHP survived because of frameworks.
@megamindsetsolutions7569
@megamindsetsolutions7569 Жыл бұрын
You know nothing about php and programming in general
@VladdyHell
@VladdyHell Жыл бұрын
Laravel definitely saved PHP's *ss lol
@Lucky5111
@Lucky5111 Жыл бұрын
@@VladdyHell One thing I have noticed is with nodejs apps they are slow as hell. Those shitty electron apps take up so much memory.
@VladdyHell
@VladdyHell Жыл бұрын
@@Lucky5111 Well, I don't know if Electron is totally outdated, but it's been around for a while. And let's be real, Node.js doesn't have much going on in its core, so it relies heavily on libraries. That's why JavaScript has the biggest library collection out there, and you gotta stay on top of the latest tech to keep up. The hot new desktop app framework right now is Tauri, but really, performance all comes down to how you use Node.js. And yeah, sure, big names like VSCode, Discord, and Spotify use Electron and work fine, but that doesn't mean you're getting the most out of it.
@mahmudaremu4907
@mahmudaremu4907 Жыл бұрын
​@@Lucky5111 check your code quality
@ojsojs6004
@ojsojs6004 11 ай бұрын
I prefer PHP.
@guerbyduval4104
@guerbyduval4104 9 ай бұрын
They just talk about but never show why.
@gillesashley9314
@gillesashley9314 5 ай бұрын
Node's daddy abandon him. PHP wins.
@edomobifrank7936
@edomobifrank7936 Жыл бұрын
What about python ?
@dsuess
@dsuess 2 ай бұрын
It's still waiting to load 🤣
@yudeo9782
@yudeo9782 Ай бұрын
Did not mentioned the npm trap
@Jelvix
@Jelvix 24 күн бұрын
Thank you for noticing We'll take it into account in our upcoming videos!
@michaelkimsal788
@michaelkimsal788 Ай бұрын
So... nodejs is 'simple' but... a drawback is that it relies on callbacks... OK.
@issamhajjali4493
@issamhajjali4493 Жыл бұрын
PHP, javascript for front end only
@ChrisosIDK
@ChrisosIDK 6 ай бұрын
That is God's framework. Html 5, Sass (css), Javascript, PHP, and MySQL
@ucaaphatice8604
@ucaaphatice8604 2 ай бұрын
Fe or be also?​@@ChrisosIDK
@joshdevofficial
@joshdevofficial Ай бұрын
wait what? Is php not capable for mvc? 😂
@pmrebel2733
@pmrebel2733 16 күн бұрын
Not applicable for mvc! That's dead wrong. It means you don't even use php😮. What a shame
@iicandyhazzelii4044
@iicandyhazzelii4044 7 ай бұрын
C# still around and becoming evermore popular. Move over PHP
@Js-Lovers
@Js-Lovers Жыл бұрын
I love node
@jerrygeorge180
@jerrygeorge180 Жыл бұрын
I prefer PHP, it is cleaner.
@khaledsanny4817
@khaledsanny4817 Жыл бұрын
Lol 😂… php syntax is a mess …
@jboxy
@jboxy Жыл бұрын
Is this a joke?
@Jelvix
@Jelvix Жыл бұрын
We appreciate you sending us your feedback. 😉
@itodefortune426
@itodefortune426 Жыл бұрын
What does cleaner mean in this context?
@Ilohimushka
@Ilohimushka 9 ай бұрын
Do u prefer Laravel?
@bahrambayramli4343
@bahrambayramli4343 Жыл бұрын
NODEJS
ПЕЙ МОЛОКО КАК ФОКУСНИК
00:37
Masomka
Рет қаралды 10 МЛН
Normal vs Smokers !! 😱😱😱
00:12
Tibo InShape
Рет қаралды 120 МЛН
Django vs Node.js: Choosing the best framework...
7:24
Jelvix | TECH IN 5 MINUTES
Рет қаралды 37 М.
Software developer vs web developer - what's the difference?
5:12
Jelvix | TECH IN 5 MINUTES
Рет қаралды 10 М.
PHP 8 3 Released
11:03
ThePrimeTime
Рет қаралды 98 М.
Why is Laravel NOT used in Big Development Projects?
11:53
Stefan Mischook
Рет қаралды 164 М.
PHP on the frontend! No more Javascript!
14:47
Aaron Francis
Рет қаралды 115 М.
Would I still use PHP in 2023?
9:51
Stefan Mischook
Рет қаралды 30 М.
PHP vs NodeJS vs Python vs Ruby: What Do The Statistics Say?
10:44
Kodaps Academy
Рет қаралды 40 М.
Are we going back to PHP with fullstack JavaScript?
9:57
Maximilian Schwarzmüller
Рет қаралды 111 М.
React и Next js убивают фронтенд!
9:11
Миша Ларченко
Рет қаралды 42 М.
Nokia 3310 versus Red Hot Ball
0:37
PressTube
Рет қаралды 3,8 МЛН
Power up all cell phones.
0:17
JL FUNNY SHORTS
Рет қаралды 49 МЛН