The short answer is no. But... Scaling an application isn't entirely about the language or framework you use. How you host, containerise and monitor the application will have a huge impact. You can have a shitty application written in an obscure language scale really well, and you can conversely have a beautifully crafted application scale awfully if it's deployed in a poor configuration. What I think your tech lead really meant to say is "I prefer PHP. Trust me, bro". Answer from ttamimi on reddit.com
๐ŸŒ
Reddit
reddit.com โ€บ r/laravel โ€บ is laravel nowdays faster than node?
r/laravel on Reddit: Is Laravel nowdays faster than Node?
March 23, 2022 -

So I know since this is the laravel subreddit answers might be slightly biased but I would really appreciate unbiased opinions. I switched to node js some time ago and before switching, I was a laravel user for a year. My main reason being the faster/better performance of node js.

I know that performance doesn't matter when your project is small but my whole mindest was "what if my website suddenly becomes popular and a lot of people visit it?". My budget most of times is limited so I want a server that is fast and can handle a lot of requests pretty well. Nodejs seemed to handle that scenario better but now that I checked out laravel again, some even say that laravel octane is faster than node js. Is that true? Can I have high performance REST APIs (since I build mostly build SPAs) using octane or node will still be my best bet? Thanks

๐ŸŒ
Reddit
reddit.com โ€บ r/learnprogramming โ€บ which is better for building web app, laravel or node js?
r/learnprogramming on Reddit: Which is better for building web app, laravel or node js?
September 30, 2023 -

I just started and my goal is to develop some ai tool.

I don't know whether to pick laravel or node js. I have basic knowledge of php and javascript.

Any advice is greatly appreciated.

Top answer
1 of 2
2
Laravel is more of a โ€œbatteries includedโ€ framework. It has storage drivers, an ORM, authentication, email, and other features. They also offer simple deployment solutions so you donโ€™t have to figure out hosting. Node gives you an unopinionated library to build your backed on. Youโ€™ll want something like Express to build your API. Youโ€™ll, also need some way to connect to your database. Youโ€™ll have to build your own authentication, and implement security best practices. If youโ€™re planning to integrate with AI Iโ€™d look at your provider first. If they offer and SDK, or API, to integrate withโ€ฆ you likely donโ€™t need a backend/full stack application. You likely could get away with building an SPA (single page application) that makes use of an SDK. Thatโ€™ll save you time , complexity, and simply deployment to a static provider like vercel, GitHub pages, CloudFlare pages, digital ocean apps, etc. Lastly, check out the api/sdk offering for your chosen AI service. If they have a recommended approach with tutorials. Than thatโ€™s probably best for someone with limited experience. Good luck hacking!
2 of 2
1
On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge. If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options: Limiting your involvement with Reddit, or Temporarily refraining from using Reddit Cancelling your subscription of Reddit Premium as a way to voice your protest. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
๐ŸŒ
Reddit
reddit.com โ€บ r/reactnative โ€บ laravel vs node js frameworks
r/reactnative on Reddit: Laravel vs Node JS Frameworks
June 10, 2023 -

I'm working on a side project- to put it simply it's a fitness application that will primarily be used as a mobile app. I'm new to using RN but have experience with react. I've most commonly seen RN used with node, but I have more experience using laravel. My question is: should I stick with Laravel rather than using Node or are there advantages to using Node? And if Node is the better option, what backend framework would you recommend? Keep in mind I have some experience using Node a couple years ago in school and am very familiar with JS so switching to a Node JS backend shouldn't be much of an issue.

๐ŸŒ
Reddit
reddit.com โ€บ r/node โ€บ nodejs or laravel
r/node on Reddit: NodeJs or Laravel
June 12, 2025 -

In the last period, I'm working on too many services that a backend with mongodb or Postgress it's depends on the project, also I need sometimes to use socket.io for realtime. All services are require authentication.

So my question, should I use nodejs with express or Laravel,

I'm familiar with both

๐ŸŒ
Reddit
reddit.com โ€บ r/askprogramming โ€บ is node js better then php laravel?
Is Node js better then PHP Laravel? : r/AskProgramming
June 18, 2024 - Also note that node.js is a javascript runtime whereas Laravel is a php framework, so this is kind of comparing apples to oranges.
๐ŸŒ
Reddit
reddit.com โ€บ r/node โ€บ which one is better node.js or laravel?
r/node on Reddit: Which one is better node.js or laravel?
September 13, 2020 -

In this article, we will do a detailed comparison of 2 new technologies Laravel VS NodeJS, that are intended to make computing and problem solving simple and convenient for the developers.

During the 21st century, several technologies were introduced in the market to make computing and problem-solving easy. Such technologies address the fundamental coding problem.

Laravel and NodeJS are 2 such most advanced web frameworks and both have their own set of unique features as per the best tool set required to solve a particular set of problem. So cannot predict easily which one is best out of the two.

Web Frameworks are essentially software packages that ease the web development complexities. They comply with many built-in features that are standard in web development, reducing development time, resulting in a smooth transition from the phase of development to the phase of production.

Each fundamental programming or scripting language used to build web applications, web services, and web APIs has a web framework for their users to benefit from rapid growth. This helps standardize the Web Development process, too.

What is Node JS?

Node.js is an open-source, cross-platform runtime environment designed to build server-side applications. It has built-in JavaScript programs that can be run on OS X, Microsoft Windows, and Linux within Node.js runtime.

It also provides an excellent library of various JavaScript modules which greatly simplifies web application creation using Node.js.

Pros of Node JS

Total application performance established using node is greater than other applications.
Performs effectively when building APIs.
Node comes with an outstanding package manager.
It is providing enormous user group support.
Fast and simple handling of consequent requests from users.

Cons of Node JS

Node js requires asynchronous programming is not readily grasped by all developers and may be hard to deal with.
Since it is single-threaded, it doesnโ€™t work well with CPU intensive devices.

What is Laravel?

Laravel is a versatile, simple to comprehend, open-source PHP framework. It follows the design pattern of a model-view-controller.

Laravel uses existing components from various frameworks that help to build a web application. The built web application is more organized and pragmatic.

Laravel provides a rich collection of features that integrates the key components of PHP frameworks such as CodeIgniter, Yii, and other programming languages such as Ruby on Rails.

Pros of Laravel

  1. Best framework option for PHP developers.

  2. Quick and simple to understand with concise documentation that makes PHP and Laravel the finest choice.

  3. It removes the need to write simple HTML codes, based on the MVC template.

  4. Assisted by ORM, aids in abstraction and automation.

  5. Simple integration of logic with blade design engine inside the website

  6. Comprises dependency injection functionality, allowing for fast testing and automation.

Cons of Laravel

  • It has no built-in software and needs third-party integration to build custom websites.

  • Laravel is surprisingly slow, and programmers need to be professional at PHP before they operate on Laravel.

To Conclude

After going through this detailed comparison on Laravel Vs NodeJS, we concluded that-

Both the frameworks are considered unique and have their own benefits and drawbacks.
It all depends on the type of product you want to create, that determines which platform is better suited to product complexity.

To get a better overview of comparison check this article - https://codersera.com/blog/laravel-vs-node-js-which-one-is-better/

Find elsewhere
๐ŸŒ
Reddit
reddit.com โ€บ r/laravel โ€บ laravel the php framework for web artisans vs node.js express framework and react.js
r/laravel on Reddit: Laravel The PHP Framework For Web Artisans vs Node.js Express Framework and React.js
June 6, 2019 -

I know there are similar questions asked but some of them are 5y and some are 1yr. And so much changes in a short time.

So I will start working on a project with DBs, APIs involved as well. I have used Node.js with express and react for small projects and I like them very much. But because this project is going to be a big project I am hesitant to go with Node.js. I know basic php and looked at laravel looks appealing as it makes some parts so much easy.

If you have experience with both or only with laravel please share your experiences with the framework.

๐ŸŒ
Reddit
reddit.com โ€บ r/webdev โ€บ when to pick laravel 8 over node.js + express.js?
When to pick Laravel 8 over Node.js + Express.js? : r/webdev
May 4, 2022 - When you're more proficient in PHP/Laravel than JS/Express. ... Laravel is more comparable to Nest.js imo, its higher level and offers more built-in features than express.
๐ŸŒ
Reddit
reddit.com โ€บ r/webdevelopment โ€บ should i learn php laravel or nodejs/express?
r/webdevelopment on Reddit: Should I learn PHP Laravel or NodeJs/Express?
May 10, 2022 -

Curiosity drove me to investigate Angular, React, Django, and Node.

First and foremost, your analogy is unfair... While PHP is a programming language, NodeJS is a platform that runs JavaScript outside of the browser. After that, let's compare the learning curves of PHP and JavaScript.

Learning your first framework, in my opinion, is the most difficult because you are inexperienced with the MVC design pattern. Switching frameworks is simple once you've learned it. After Laravel, I found node to be pretty simple, however, I haven't done anything with it other than play around with it.

When comparing PHP to JavaScript, I'd say PHP is easier, but JavaScript has several ugly quirks and numerous variations like ES6, Typescript, and so on that complicate matters. Javascript is becoming increasingly vital in the ever-changing world of web development. In fact, I've agreed to terms with a new firm in the same wage range since I truly feel that Javascript is the future and that learning NodeJS now will only benefit me later.

I'm not going to criticize PHP. I adore Laravel; I believe it is a terrific framework that will only improve with PHP 7's enhanced performance, security, and design. However, I still prefer Javascript and NodeJS.

I hope this helps!

๐ŸŒ
Reddit
reddit.com โ€บ r/node โ€บ giving up on node, heading for laravel.
r/node on Reddit: Giving Up On Node, Heading For Laravel.
June 27, 2024 -

A brief background:

I'm a novice programmer to be fair. I learned some frontend two years earlier, and mastered HTML, CSS, and JS. During this period I was mostly doing frontendmentor.io challenges to enhance my CSS skills, and I was pretty good at it. Then, I learned things like AJAX, fetch, DOM manipulation, web workers, etc.., I did get into react for some time, though I didn't continue due to its large bundle size and the fact that it isn't really necessary to build a website/app. I regret this decision btw.


At some point during my frontend learning, I was somehow exposed to some PHP code. My curiosity had the better of me and I soon installed XAMPP and started watching PHP tutorials. It was really fun. Then, I opted for Node.js due to its simplicity and minimalism, I thought this would help me learn the ins and outs of how the backend and HTTP worked. And this was a really good decision, as I learned CORS, SOP, preflight requests, basic authentication, cookie-based authentication, CSRF attacks and CSRF prevention patterns like double submit cookie. This was all achieved with Express. And I also learned TypeScript.

My problem with Node.js started when I was building a REST API. And I'm not talking about some janky CRUD API, I was building one of those bloated and complex REST APIs with consistent request/response format and powerful URL options like pagination and filtering, if you don't know what I mean, it's like JSON:APIs. Express doesn't quite cut it. Express is known as a minimalist library for making backend development a little easier, but I think it's not suited for a complex project like this unless I integrate a bunch of bloated libraries, utilize TypeScript with all its acrobatics, strange workarounds and caveats, and follow some style guidelines for folder structure and design patterns. I don't like this.

To remedy this, I started learning a more opinionated framework like Nest.js. And to be fair I paused learning and just went back to Express. That's because Nest is so obsessed with autistic design patterns like having a separate DTO class in a separate file for every route. Maybe I didn't give Nest a fair chance, but I hope I'll do that in the future. At this point, my plan was to learn the basics with Node.js, and then transition to a more enjoyable experience with Ruby On Rails, Laravel, Django, ASP.NET or SpringBoot.

Yesterday, I started working as an intern for a small business. The person I was working with was using Laravel to build a dashboard, and has assigned me the task of fixing some bugs in the frontend. Looking at the codebase, I was amazed by how fantastic Laravel is; it just handles everything while you focus on the more fun stuff. Work with the database? Just write a class with some attributes. Validation? Use the built-in validator. Logging? Use Log facade and the output is in the log files, no need for custom helpers and loggers.

I still have a lot to learn though, like JWT and API design. Should I continue using Node.js? If so, what framework is most suitable for my case? And, is Laravel suited for learning? I don't think so because it's not as low-level as Node.js.

Top answer
1 of 4
6
"Autistic design patterns" is a pretty dumb take. Also you can colocate DTOs if you prefer that. Nothing against Laraval, it's a good framework, very good even. But you are thrown around some strong words with - in your own words - novice experience. There's a reason people use Node/TS, I'd argue DX in TS will always be better than in PHP. One language between front and back can also be useful for code sharing etc. The node ecosystem could use some better standardisation for sure though, but I haven't really seen this happen over the past 7 years, although NestJS being more popular is a good step.
2 of 4
5
Easy and good are two very different things. Laravel trades a lot of robustness and SOLID patterns for simplicity and magic. Especially facades are one of the big anti-patterns that seem like they make it all very easy, but completely circumvent DI and are essentially glorifies globals. It will bite you at some point. Other things like macros are a mess, IDEs canโ€™t auto-complete that without specific helper plugins in IDEs. Eloquent fails to properly apply separation of concerns and directly mirrors your database fields (and also breaking naming conventions) I second trying NextJS with some libraries of your choice, I like Prisma for database abstraction, zod or yup for validation and let the rest go through RSC with state handling in URLs and request bodies. It works really well for me. Having worked with Laravel im happy I donโ€™t have to touch that mess ever again.
๐ŸŒ
Reddit
reddit.com โ€บ r/backend โ€บ laravel or node js
r/Backend on Reddit: Laravel or Node js
September 27, 2025 -

Hi,

I've been writing Laravel for 11 years, Vue for 7 years, and React for 4 years. Do you think I need extra experience for a Node JS job?

๐ŸŒ
Reddit
reddit.com โ€บ r/learnprogramming โ€บ laravel vs nodejs vs django.
r/learnprogramming on Reddit: Laravel vs NodeJS vs Django.
April 3, 2021 -

Which of these technologies are best for back-end development, I have both experience in JavaScript and Python, but not in PHP. I heard that NodeJS might be better, but it relies on asynchronous programming which is usually a harder concept to grasp for most developers, what do you think ? which in your opinion is most suitable ?

Top answer
1 of 3
7

If you're a webdev, you need to know asynchronous programming. It's not a hard concept or anything, I don't know where you read that. And it is a must know in webdev. No way around that. Besides, you can't compare NodeJS to Laravel or Django. NodeJS is a JavaScript runtime, whilst Laravel and Django are Frameworks.

I'd use Laravel, I like the framework and it's pretty easy to use.

2 of 3
5

My biased opinion is that you should jump on NodeJS, and specifically ExpressJS since that's the leading backend framework as far as I can tell. NodeJS is just a way to run javascript outside of a browser and you do it by literally writing javascript in a file and running it like node myfile.js. Congrats, you now "know" node (there's a little more to it but that's the gist)

However if I take a step away from my personal bias I'd recommend either node/express or django since you already have experience with python and javascript. I've heard laravel is good too and would be just as good as the other two, but a co-worker of mine has this philosophy that has really served my team well which is that you should be mindful of the percent of work that is new to you when taking on a new project. If you try to tackle laravel you'll have to tackle PHP too, which is a lot to take on all at once. If you decide to go that route I'd at least recommend building a project with PHP first and then learn laravel for a separate project (or convert that project to laravel) or it'll get really frustrating really fast and it'll likely take longer to achieve the same level of understanding as you would if you tackled them one at a time

One other thing I'll throw at you though is that if you want to dive right into single-page-app frameworks like react/angular/vue after this project you'll have less of a learning curve than you would with laravel or django since you'll already have some exposure to NPM which you'll use in those frameworks

๐ŸŒ
Reddit
reddit.com โ€บ r โ€บ webdev โ€บ comments โ€บ 64gbsx โ€บ should_i_learn_laravel_or_nodejs
r/webdev - Should I learn Laravel or node.js?
April 19, 2017 -

Hello, I've been a fullstack dev for a few years now. I studied graphic design, and always had my focus on user interface and experience.

I do the dev on my web projects, mostly medium sized websites. I like coding, but the only languages I know are PHP ("pure", no frameworks), JavaScript (I really like and use a lot of Jquery). I write the HTML and CSS (SCSS) for my projects too, and I did code and use my own CMS (with PHP, JS and mysql).

I enjoy the dev side of my job, and I want to keep up with the new stuff, I was thinking about a PHP framework like laravel, or node.js, what you guys think for my situation? I want to invest my time with something usefull, with a bright futuro ahead.

๐ŸŒ
Reddit
reddit.com โ€บ r/node โ€บ why nodejs isn't as good as like laravel?
r/node on Reddit: Why NodeJs isn't as good as like Laravel?
August 24, 2020 -

Every time I see Laravel's ecosystem that help you literally build any website with just using tools, save you much time and save you from security and performance hassle, I become really impressed and feel like I wasted time in Node.js and the MERN Stack!

Why isn't NodeJs like it? Can you provide a NodeJs alternative for every tool in the Laravel's ecosystem?

Also, Laravel has many freelancing opportunities while NodeJs almost has no opportunities at all (at Freelancer website). Where can I find freelance opportunities as a MERN Stack developr?

I'm asking these questions to decide whether should I switch to Laravel or stay as a MERN Stack Developer, I really like MERN Stack and JavaScript so I don't want to switch at all deep in my heart. But with all these advantages I see in Laravel I fell like I'm wasting time and effort by doing everything (even security) by hand in the MERN Stack. So please tell me if there's something I don't see..

For hipster folks who'll say: you can't compare a framework with a runtime environment.. I can. I compare them in accordance to the end goal they achieve. Both of them build websites.

NOTE: I'm not saying Laravel is better than NodeJs.. I just feel that so I need someone to guide me and discuss these points that I mentioned earlier so I can stay with Node because I like it.

๐ŸŒ
Reddit
reddit.com โ€บ r/webdev โ€บ larevel or node.js + express.js going forward for this project
r/webdev on Reddit: Larevel or Node.js + Express.js Going Forward For This Project
August 14, 2022 -

I've got a large "old-school" procedural structure PHP Web application (LAMP stack) that I am getting ready to start designing Version 2. Notice I said designing, not programming. I have 25 years experience mainly in procedural structure PHP applications for small-mid size businesses. I am wanting to hand over the responsibility of code development and maintenance both front-end and back-end. The overall goal is keeping with the KISS principle (Keep It Simple Stupid). I have Javascript experience, but again, I'm not doing the coding this time around. I'm having someone else do that.

+ This is not for a Fortune 1000 company. It is mainly an internal application for a mid-size business with a handful of external users. It will be run on a WHM/Cpanel based server (on top of AlmaLinux or Uubuntu)

+ The app is basically a Case Management Ssytem with three user groups: the back office project managers, the Field Tech workers, and the end clients businesses. Think like an Electrician or Plumbing business sort of thing. The Tech Field workers use phones and tablets and just using the built-in browser and responsive CSS is adequate instead of developing a mobile-specific app.

+ I don't want to hire a front-end developer separately. I will have a full-stack developer handle all the coding.

+ I want to remain on MySQL or Maria databases.

+ I want to be able to change coders if the need arises with minimal learning curve for the new coder to pick up where the old coder left off.

+ I don't want an unecessarily complicated framework but something that has a large coder community with no significant risk of it dying out.

I'm going back and forth between Laravel + Vue.js or Node.js + Express.js or NestJs. I don't have to run on WHM/Cpanel as a requirement so also wondering if looking into Heroku is worthwhile? The downside of not going Laravel from my perspective is that I'll have a hard time understanding the code myself, but, I'M GETTING OUT OF THE CODING BUSINESS! So why care? Of course, I could just continue to really keep it simple and go non-framework pure object oriented PHP with Jquery, Bootstrap etc. but my gut is telling me that is probably not wise.

So overall my two main objective are minimizing the time/cost of development and keeping the SysAdmin/DevOps complication to also to a minimum. My gut is leaning towards Node.js + Express.js, but the long-time PHP Developer in mean is having a tough time not sticking with PHP but I have to remind myself again and again, I'M NOT DOING THE CODING!

๐ŸŒ
Reddit
reddit.com โ€บ r/webdev โ€บ node vs php+laravel
r/webdev on Reddit: node vs php+laravel
January 4, 2019 -

Hey guys,

I'm currently getting more proficient in react.js and I really like it. I would like to learn a backend language so I can develop in full stack. I find it hard to deicde whether I should go for node vs php with a framework. I already know php, but never tried to use it in synch with react.

In theory I would prefer node because there are many online courses who show the integration of react and node. But then I hear that node is much harder than php and I already know php (even though not very well).

Also, I'm planning to do freelance work (not wordpress), so should I stick with php after all? Is node js bad for freelancing jobs of creating small websites or websites for smaller companies etc. ?

Thanks in advance