Why aren't you using Fastify? Or Koa? Or NestJS?

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Express.js dominates the Node.js framework landscape. It seems as if almost every Node.js developer is using it.
    But why is that the case?
    All Podcast episodes: maximilian-sch...
    Want to become a web developer or expand your web development knowledge?
    I have multiple bestselling online courses on React, Angular, NodeJS, Docker & much more!
    👉 academind.com/...

Комментарии • 315

  • @Viviko
    @Viviko 3 месяца назад +202

    I am using NestJS. Express is simple. But, you have to build an architecture around it when building more sophisticated applications. Whereas NestJS just takes care of everything out of the box.

    • @RobertFuszenecker
      @RobertFuszenecker 3 месяца назад +23

      NestJS is fantastic!

    • @divydedakiya0007
      @divydedakiya0007 3 месяца назад +16

      Yes, Nest Js follow SOLID principle.

    • @aminnairidev
      @aminnairidev 3 месяца назад

      Long time React&Express user, Nest made me forget about express in minutes literally. I even got the occasion to use Angular after all the negative content I heard about but man Angular and Nest is a match made in heaven, so productive to work with those two. If you read this and you want to build enterprise grade apps, learn Next you won't go back to express.

    • @thesunabsolute
      @thesunabsolute 3 месяца назад +7

      I like Nest a lot. Its very similar to Spring Boot (Java), so if you have experience using that, its a no brainer.

    • @عبدالقادرعبدالرحمنعبدالله
      @عبدالقادرعبدالرحمنعبدالله 3 месяца назад +3

      same thought here. well said.

  • @joaobibiano
    @joaobibiano 3 месяца назад +48

    I’m sad that Adonis didn’t quite take off yet. It is a great framework

    • @megatechbody3207
      @megatechbody3207 Месяц назад +1

      The community is active and it is always improving. Adonis is great.

    • @trancosger
      @trancosger 17 дней назад

      @@megatechbody3207 Many more tutorials on RUclips about AdonisJS are needed; as of today, there is barely any content.

  • @MrXperx
    @MrXperx 3 месяца назад +49

    We use NestJS at work. Having a framework that supports DI was important to us for testing and switching dependencies based on certain requirements. NestJS uses Express underneath the hood (with an option to plugin Fastify as well). What people don't realise is that it is really hard to build a large backend with express because of it's un opiniated nature.
    We also use Quarkus for certain projects that use Kafka very heavily.

    • @abeinevincent5585
      @abeinevincent5585 3 месяца назад +6

      But I use express.js for both small, mid-sized and large backends and never face issues that most people describe. I actually use rabbitmq often and kafka less aften. I never face issues most people who don't use it for large scale back-ends describe.

    • @nou4605
      @nou4605 3 месяца назад +1

      @@abeinevincent5585 Suuure you don't. Have your code reviewed by someone more experienced.

    • @abeinevincent5585
      @abeinevincent5585 3 месяца назад +4

      @@nou4605 I actually do use it on a daily. I think the difference comes on experience, just like any other technology, after using it over and over, you get a way of handling everything and including its drawbacks thats why I never have an issue anymore, I use it with typescript often for both small, midsized and large backends,

    • @MrXperx
      @MrXperx 3 месяца назад

      @@abeinevincent5585 Good engineers can build using pretty much any tool.

    • @programmerjowo
      @programmerjowo 3 месяца назад

      @@abeinevincent5585 do you have some public repo for large project using expressjs? Thanks

  • @PhilipAlexanderHassialis
    @PhilipAlexanderHassialis 3 месяца назад +26

    The same reason that in enterprise projects people use Spring Boot and not e.g. Micronaut / Helidon etc. It's the most developed one, the most battle tested one, has the most documentation etc.
    As for the reason this dev doesn't use express (or any Node backend for that matter), lies in the previous personal experience and the state of current workplace, a mostly Java oriented shop where backend is concerned, therefore a Spring Boot place (couldn't even persuade higher ups for the value of Quarkus, an arguably far better and streamlined experience, or even standardized JEE - Jakarta).

    • @ademineshat
      @ademineshat 3 месяца назад

      This video was about Nodejs frameworks and not Java 😊

    • @unknownguywholovespizza
      @unknownguywholovespizza 3 месяца назад +3

      ​​@@ademineshatdid you even understand what he's saying?

    • @maccalsa1
      @maccalsa1 3 месяца назад +1

      ​@ademineshat wow... completely missed the point there, didn't ya?

    • @VerganteHeHe
      @VerganteHeHe 3 месяца назад

      What's the value of Quarkus compared to Spring Boot? On an unrelated note, I was considering giving Micronaut a try to compare memory usage, most Java microservices seem to be using a lot more than they should for basic REST APIs

    • @yuriblanc8446
      @yuriblanc8446 3 месяца назад

      Thumbs up for quarkus

  • @VictorMongi
    @VictorMongi 3 месяца назад +11

    Im using ElysiaJS and im in love with it.

    • @flavioscimeca4343
      @flavioscimeca4343 Месяц назад

      i wanted to use it too but i am not sure about is features and plugins , i mean it keeps grow but for example i searched how to integrate elastic search or redis and i didnt find nothing, what do u think about it? Elysiajs is good for small projects maybe ?

    • @VictorMongi
      @VictorMongi Месяц назад

      @@flavioscimeca4343 I discover elysiajs more robust and for fast development, me already use elysia with redis and elastich, minio, webrtc and others, everything works :)

    • @VictorMongi
      @VictorMongi Месяц назад

      @@flavioscimeca4343 maybe you want to try honojs? but im using elysia for big project and its fine, integrate with redis, minio, webrtc and any other tech, I believe elastic will works too.

    • @bopon4090
      @bopon4090 26 дней назад

      ​@@flavioscimeca4343personally i don't like it. I switched from elysia to nest js. Elysia is unnecessarily complex and definitely not good for enterprise.

  • @codingbitsnbytes
    @codingbitsnbytes 3 месяца назад +18

    It's just because most teacher teaches using express js. And this is all students who downloaded it. If the student switch they choose different path and hence other framework has less download

  • @QueeeeenZ
    @QueeeeenZ 3 месяца назад +57

    same reason people use React even if it's not the best framework technically

    • @programmerjowo
      @programmerjowo 3 месяца назад +7

      It was but now its mess thanks to hooks and vercel 😂

    • @octane-nn1rk
      @octane-nn1rk 3 месяца назад

      Which is the best then?

    • @damilolaolowookere7658
      @damilolaolowookere7658 3 месяца назад +1

      @@octane-nn1rk Fiddle with the top 5 most downloaded in that category and pick the one that resonates best with your style. That's the best way I think one can get "the best"

    • @albertoarmando6711
      @albertoarmando6711 3 месяца назад +5

      @@programmerjowo agreed, vercel ruined react.

    • @deshi-sukuna
      @deshi-sukuna 3 месяца назад

      @@octane-nn1rk theres nothing called best, if you're a hobbyist you'd like solid or svelte but if you're looking for a job you're better off with react. And in terms of development/coding, svelte feels faster but svelte lacks a huge ecosystem like react, a good ecosystem means a lot of tools already available and doesn't need you to code it manually. I chose react as a beginner because I wanted to launch an app and a dev mate suggested me react because he knew i was a total beginner and that react has the most tutorials, articles, packages, you name it... available on the internet that I could learn from as i build. So as a starting point, pure react with vite (not nextjs) would be the best starting point because of a lot of tuts, tooling, jobs, etc. After that svelte and other frameworks will almost always feel the same. I learnt svelte in 1 month, vue in 1 and half a month, just by reading a couple of documentation. Also, nextjs is just a combination of react and express, and you basically know half of nextjs if you know react and other half of nextjs if you know express.

  • @bwsstha8864
    @bwsstha8864 3 месяца назад +13

    Hono JS is also another NodeJS framework that I see has potentials. I did not find you mentioned it. What is your take on hono.js and May be a course on it. Just may be...😊

    • @marvinkr
      @marvinkr 3 месяца назад +2

      Glad to see a comment on it haha.

    • @mujibulhaquetanim
      @mujibulhaquetanim 16 дней назад

      doesn't it use deno instead of nodejs?

    • @Do-you-even-code-bro
      @Do-you-even-code-bro 13 дней назад

      ​@@mujibulhaquetanim, It uses node, deno and bun.

    • @everythingisfine9988
      @everythingisfine9988 4 дня назад

      ​@@mujibulhaquetanim works on most (is not all) JS run times. Syntax, extremely similar to express but fully featured and reduced code needed. For example, hono doesn't need controllers. The business logic and routing should be in the same place per hono docs

    • @mujibulhaquetanim
      @mujibulhaquetanim 3 дня назад +1

      @@everythingisfine9988 Thank you for the information; I will certainly experiment with Hono.

  • @jamshediqbal7936
    @jamshediqbal7936 3 месяца назад +5

    I may like Fastify if I used it because I saw its tutorials looking awesome. But my project was using Express, so I had to stick with Express, which is simple and good.

  • @irlshrek
    @irlshrek 3 месяца назад +3

    im glad that you made this video because if i had to make a nodejs server supre quickly i probably would use one of the other options like koa or fastify. I hadent heard of adonis but ill check that out. The reason I dont use any of these at the moment is because im using Axum with Rust and it's a phenomenal experience.
    Edit: Adonisjs looks great!

  • @pepkin88
    @pepkin88 3 месяца назад +2

    I use Koa and I love its simplicity and minimalism. Also its cascading middleware system is an obvious win over Express.

  • @MarceloSantosDev
    @MarceloSantosDev 3 месяца назад +2

    Express is used as the router inside NestJs, so, even though ExpressJs has many downloads, NestJs contributes to that number

  • @JackDD
    @JackDD 3 месяца назад +6

    I use Express with React SSR for my personal blog. It's a bit of a weird setup. It probably has room for improvement. But it's serving me well for now.
    I use Node.js because I have many years of experience working with the JavaScript ecosystem, and it's where I'm most comfortable. PHP would probably make more sense for my specific use case (rendering Markdown files from the server's file system, in a traditional LAMP stack hosting environment), but I wanted to get something put together quickly, so I went with what I know.
    I use Express because when I learned Node.js back in 2015, Express was the "in" framework at the time. Better frameworks exist, but for this, Express is fine.
    I use React because I have a lot of experience with it, and because it's pretty good for building UI components. I use SSR because I want my site to work without JavaScript on the client. Call me old fashioned, but it's a very simple website, and I think it should be usable without JavaScript.

  • @ivanco_s
    @ivanco_s 3 месяца назад

    Probably 8 years ago I first took youre course about Angular, because I wanted to start my career as a Web UI developer.
    Now I am full-stack developer (NodeJs + Angular) with 6 years experience.
    Thank you for your job!
    I use NestJs as Node framework, because if you work with Angular you already now the concept.
    Besides this NestJs provides an architecture layer (Layered Architecture) that makes development easy and provides maintainability. Further more you are allowed to use features of Express or Fastify, the framework itself exposes its API that is pretty cool.
    So, for me to use NestJs + Angular is preaty cool!

  • @MilMike
    @MilMike 3 месяца назад +2

    Some of the frameworks are using express under the hood (eg NestJS). So this is adding up I guess.
    Personally I don't use any frameworks (I am PHP dev) but if I could, I would probably try NestJS as it seems to have good microservice solution, which is what I am currently working on.

  • @AngularUniversity
    @AngularUniversity 3 месяца назад +5

    I used Nest.js for one of my backend APIs, and I wish I could go back and have the time to refactor everything into plain Express. For me Nest.js is just a thing objected oriented wrapper around Express that makes your backend look a lot like an Angular service layer. Which of course is what attracted me to it initially. 😊 But after running it for a while, the cost / benefit for me is not really there, there is really no tangible benefit to it other than it's a different programming model. So I just can't recommend it compared to plain Express. 👍

    • @programmerjowo
      @programmerjowo 3 месяца назад

      You are right, why we add layer to express Js if we want to use simple framework. If we need enterprise framework just use spring boot

  • @zlackbiro
    @zlackbiro 3 месяца назад +1

    Fastify all day long... You can do amazing things and its fast as hell. Express is also good, more like tradition. In my company, we have the entire OS built on top of express and GraphQL that serves IIoT in Mercedes, BMW, Porche, Audi, etc. We have more than 50 microservices. There is no need for Nest and stupid abstractions if you know what are you doing. We did it very simple and its organized on another level that you cant even imagine. No fucking single bug and problem.

  • @ferylj3694
    @ferylj3694 3 месяца назад +6

    Nest is the best thing that can happen for node , with di and everything, it is the best choice for building big server side applications.

    • @taylorlindoresreeves
      @taylorlindoresreeves 3 месяца назад +1

      Somewhat disagree in terms of maintainability. What are the pros of using NestJS over ExpressJS?

    • @dreamsachiever212
      @dreamsachiever212 3 месяца назад

      Do you actually know that nestjs uses express under the hood? It's just more structured​@@taylorlindoresreeves

  • @kianoosh5295
    @kianoosh5295 2 месяца назад +1

    what is your suggestion ? i use express but i have decided to go to the nest js. is it right a decision to make in order to become fullstack team lead in future
    ?

  • @canardeur8390
    @canardeur8390 2 месяца назад

    I am using what my customer asks me to use, and it is mostly Express: most of them are comfortable with it and don't want to go out of that comfort zone.
    When I have carte blanche on the tech-stack, I go for Fastify for precisely the reason you mentioned: Express not being maintained for ages and twice faster.
    Now, I am starting a new project for a new customer and I have to go the Nest/Express way.
    Once I master Nest, on the next project on which I have carte blanche, I will probably go for Nest/Fastify.

  • @abbashosseini2098
    @abbashosseini2098 10 дней назад

    It worth mentioning that NestJS uses Express (By default) or Fastify internally

  • @ЕвгенийПолупанов-и3ъ
    @ЕвгенийПолупанов-и3ъ 3 месяца назад +3

    I use Nest because it resembles Java Spring to some extent

  • @rstark
    @rstark 16 дней назад

    Max you will add fastify course or as a module to some existing course? If not also please let me know

  • @umitcelik5508
    @umitcelik5508 3 месяца назад +1

    I'am using NestJS, too. But actually nestjs is still express.js, and if you wan to use express still functions, middlewares you can. I think NestJS is Express + Typescript with some stable and good features.
    Lastly, I dont know Angular, i am activelly using react with typescript. And i am big fan of nestjs.

  • @pyakz2906
    @pyakz2906 3 месяца назад +2

    for me at this point of my early career, ive been using nest for work,
    and planning to use elysia and adonisjs for side projects

    • @JoseHenrique-xg1lp
      @JoseHenrique-xg1lp 3 месяца назад

      adonis is basically one guy taking care of everything. He discontinued v4 before 5 was available and no LTS was warranted. I would avoid it like the plague.

    • @aurelianspodarec2629
      @aurelianspodarec2629 6 дней назад

      @@JoseHenrique-xg1lp Its not one guy, he has a team now that is sponsored. You are spreading misformation. It starteed with one guy like everything else :)

  • @cdinglevel8626
    @cdinglevel8626 3 месяца назад +3

    React Native ? Flutter which one to go for Mobile Developer

    • @syedanasahmed9110
      @syedanasahmed9110 3 месяца назад

      React Native

    • @AbuBakr1
      @AbuBakr1 3 месяца назад +3

      Flutter is a bit faster but got confusing code nesting, Go with React Native with Expo

    • @programmerjowo
      @programmerjowo 3 месяца назад +1

      Flutter is hard to read

    • @AbuBakr1
      @AbuBakr1 3 месяца назад +1

      @@programmerjowo yep

    • @Wentris71
      @Wentris71 3 месяца назад +1

      If your background was related anyhow to React - then def RN. But if they both are new to u, do Flutter then. Flutter is younger but with huge potential, easier to bake first app, more strict. Where React and RN - more liberal, you can have more tools

  • @eldadyamin
    @eldadyamin 2 месяца назад

    NestJS is an amazing framework. We use it on our production for years now, it’s a fully mature framework that simply works.

  • @BernardoGuerreiro-d8m
    @BernardoGuerreiro-d8m 2 месяца назад

    I discovered NestJS a year after learning and using Node.js with Express. Over time, I started to dislike how unopinionated Express was, especially when it comes to project folder structure . NestJS helped me with this, offering a more structured approach and has excellent documentation.

  • @AbdulrahimKlisI
    @AbdulrahimKlisI 3 месяца назад

    I like NestJS as it's straight-forward and if you have a team you have rules that you must follow. We did some projects on ExpressJS but depends on project, experience and size of team.

  • @davebudah
    @davebudah 3 месяца назад +1

    I love NestJS I have used it for just 2 projects but I love it.

  • @Gaijin101
    @Gaijin101 3 месяца назад +1

    Nitro unjs is my go to. for many years

  • @detaaditya6237
    @detaaditya6237 3 месяца назад +1

    The simplicity of express allows me to easily separate business logic from the framework. While battery-included frameworks are convenient, they sometimes force the logic to "marry" them, which I'm personally not a fan of. But still, it depends on what kind of project we're building

  • @ph4n70m055
    @ph4n70m055 3 месяца назад +1

    Adonis is a great framework, really. There is no any good framework that could be better than any frameworks like from Java or PHP. It seems like backend NodeJS development still doenst reach the needs of good DB REST app

  • @andriitokar6600
    @andriitokar6600 3 месяца назад

    I have used nestjs a lot, after started to angular on frontend opposite to react. It has a good architecture and scalability

  • @semi_98
    @semi_98 2 месяца назад

    I look forward to the day you open the NestJS course in Udemy. I still haven't found a great instructor like you❤

  • @bopon4090
    @bopon4090 26 дней назад

    My personal reason to use nest js is that sweet auto open api doc generator. It just so easy with nest js.

  • @abu2musa
    @abu2musa 3 месяца назад

    express was the first nodejs i learned while learning nodejs, also it gets the job done hence didn't bother learning other libraries as it becomes overwelming. Also given that express seems to be the standard with nextjs as well.

  • @Kats0unam1
    @Kats0unam1 3 месяца назад +8

    Im using Go.

  • @bgmieditscy
    @bgmieditscy 14 дней назад

    I love next js, but the thing i like about express is it doesn't change every 5 mins like next js

  • @anothermouth7077
    @anothermouth7077 3 месяца назад

    NestJS is we are using at work. Fastify Express being un opinionated are fine to being with for some short project but for decent enterprise level requirements where multiple people are working having a framework really required.

  • @shadev23
    @shadev23 3 месяца назад +3

    Nestjs use express under the hood, you can also switch to fastify later if you want. Nestjs is very good when you need order, and it's customizable when you know how to use it properly.

    • @Patrk38
      @Patrk38 3 месяца назад

      Nestjs is anything but order. Anything written with it is a complete mess.

    • @lukas.santiago
      @lukas.santiago 3 месяца назад

      ​@@Patrk38 Why you say that?

    • @Patrk38
      @Patrk38 3 месяца назад

      @@lukas.santiago because that’s the truth.

    • @petleveler8366
      @petleveler8366 2 месяца назад

      @@Patrk38 lmao ok

  • @Ashish_singh_dev
    @Ashish_singh_dev 3 месяца назад +1

    Adonisjs looks awesome 😍, thanks for the mentioning it

  • @lowzyyy
    @lowzyyy 12 дней назад

    NestJS is based on Express so you are using it even there 😄
    I would suggest anyone to first use Express and then Nest so you would understand why Nest is so good.

  • @eitherplace9844
    @eitherplace9844 3 месяца назад

    I am wondering why you did not mention NextJS as it is also a framework with fullstack capabilities and thus it can also be used for backend development.

    • @bradleyandrewercole6349
      @bradleyandrewercole6349 3 месяца назад

      Yes indeed nextjs can be both but mostly it used for FE development, also as far as i know there are disadvantage when we are using next js for BE

  • @hichembouallegue
    @hichembouallegue 3 месяца назад +1

    usually, I use Express Js js but prefer NestJS for large projects 🙂.

  • @akashpatil-vo5rr
    @akashpatil-vo5rr 3 месяца назад +1

    I don't like Nest.js, probably cause of it's decorators or dependency injections ( love angular though ). I like fastify with typescript, also hono. I use express cause my senior make that decision for me

  • @mohammadz5474
    @mohammadz5474 3 месяца назад

    Hello Max , i want to suggest that you read comments section for your Node/Express course on Udemy , there are people complaining and saying that the course is really old and needs to be updated , i wonder why you don’t update it as you usually do for react course for example or release another new course with your new amazing learning skills
    Thank you Max ❤

  • @MadarDoraeMon
    @MadarDoraeMon 3 месяца назад +1

    0:14 i will use , Spring Boot Or ExpressJs

  • @orcagaming2143
    @orcagaming2143 3 месяца назад

    What do you think about nestjs ?

  • @MadarDoraeMon
    @MadarDoraeMon 3 месяца назад

    Hey Maximilian , you said you delete ngRx old videos and update it to latest one i means is it required , can did you deleted already or will delete if you are going to delete old videos , so do after a month Please, Or if you done already then i want to know is it completly changed or little bit

  • @mdomerarafat4611
    @mdomerarafat4611 3 месяца назад +7

    Yeap, Am an angular lover and nestjs is awsm!

  • @RaniLink
    @RaniLink 3 месяца назад

    The company I work for uses Koa, the error handling is great, much more convenient than express

  • @codeguy7309
    @codeguy7309 2 месяца назад +1

    There's no reason whatsoever to use express in a new project.

  • @0X_0LL4R-
    @0X_0LL4R- Месяц назад

    I use expressJs and if i want to build something more robust and scalable i use Golang + gorilla mux or echo

  • @leojohn6702
    @leojohn6702 3 месяца назад

    Do you have a php course and one of laravel?

  • @asdqwe4427
    @asdqwe4427 2 месяца назад

    Express is simple and good enough for most people. If I need something faster or "better", I might look outside the JS/TS landscape.

  • @akashelhance167
    @akashelhance167 3 месяца назад

    I m using loopback 4 in my company’s project

  • @bvedantcodes
    @bvedantcodes 3 месяца назад

    Please make a fastify course, max!

  • @MadarDoraeMon
    @MadarDoraeMon 3 месяца назад

    i will prefer angular over react , , i like framework structured way ,
    yes i tried building spa app using js html only !! during my initial days of IT !! and it gives me many ideas etc.

  • @bsaravanaprakash
    @bsaravanaprakash 3 месяца назад

    if it works in production, dont touch it. havent seen an ask or requirement that wont wrk with express, so why not, just keep running engine until it crashes

  • @mazwrld
    @mazwrld 3 месяца назад +3

    hono 🤝🏽 bun

  • @scribbleui
    @scribbleui 3 месяца назад

    Why? Because of your course and made me a fan of express

  • @besrabasant
    @besrabasant 3 месяца назад

    Most of the download no of express js is from tutorials or who are learning backend development in node js

  • @kasvith
    @kasvith 3 месяца назад

    Cant we use Express with NestJS?

    • @rhymerubayet5758
      @rhymerubayet5758 3 месяца назад

      Nestjs is already using express under the hood

    • @kasvith
      @kasvith 3 месяца назад

      ​@@rhymerubayet5758 thats what i said :D

  • @nilsandresen97
    @nilsandresen97 3 месяца назад

    I like hono because it runs basically everywhere

  • @netssrmrz
    @netssrmrz 3 месяца назад

    Fun topic. Don't really agree on express being dominant because it was early to market or has loads of docs or modules or is popular. Otherwise we'd still be using Netscape, Flash, etc. It's dominant because, despite its flaws, it satisfies 99% of people's needs. If the need shifts and Express doesn't it will also end up on the scrap heap. Personally, I've got better things to do than spend more dev time on Express alternatives. If I run into one of its flaws and switching becomes the only option, only then will I consider it. The same reason why, for personal work, I moved off React.

    • @emerson-sheaapril8555
      @emerson-sheaapril8555 2 месяца назад

      So... basically you use it because it was first and still gets the job done? So...yes, you use it because it was early to market.

  • @joshbleijenberg4000
    @joshbleijenberg4000 3 месяца назад

    What backend and database should you use for a tinder like mobile application with react native?

  • @SaschaBecker-k8p
    @SaschaBecker-k8p 3 месяца назад

    The download number is so high because of legacy/old systems. Also because e.g. nestjs has express as its dependency.
    Migrating to something more convenient like nestjs is sometimes not a choice a company can make because it
    s expensive and does not bring any value (in the eyes of the prodduct owner)
    Express is dead. Every new project I see is build on top of nest.

  • @ivan.jeremic
    @ivan.jeremic 3 месяца назад

    I like to use something like Nitro or Hono.

  • @subbiemetrics
    @subbiemetrics Месяц назад

    We are using NestJS and it's pretty sweet. The documentation is good and there is a logical approach to most common use cases. I have used Express in the past but it feels like you have a lot more work to do to get up and running and I would not like to be maintaining a large Express app

  • @josephizang6187
    @josephizang6187 3 месяца назад

    I am not using javascript in the backend because it simply isn't as fast or robust as using swift/vapor or c#/asp.netcore which are my preferred frameworks for the backend. I have been blessed to not have a backend framework written in Node.js/javascript thrust on me much in the last 6 years or so.

  • @mohammadrezabehzadfar8122
    @mohammadrezabehzadfar8122 3 месяца назад

    not agree with you max right now you must move from express and use framework like nestjs because it help so much to developed clean projects also if you see benchmarks express is one of the slowest frameworks out there nestjs use express behind but at least you have much more cleaner project and you also can change it to fastify

  • @mikeeomega
    @mikeeomega 3 месяца назад

    I would prefer Fastify or Hono as an alternative for simple frameworks...

  • @rstark
    @rstark 3 месяца назад

    Maxim please add fastify to your node course.

  • @christophersuarez1356
    @christophersuarez1356 3 месяца назад

    Similar thing with React. Why are people still using React when there are a lot better alternatives like Svelte?
    BTW, I'm sad that Max abandoned his Svelte course.

  • @hamburger--fries
    @hamburger--fries 3 месяца назад

    Laravel no question. I love NextJS with Laravel. Reason why is I get to use all the incredible tools in the ecosystem. If there is a huge budget then NextJs stack like T3. But for ultrafast prototyping Laravel plus NextJS.

    • @razak-attar
      @razak-attar 3 месяца назад

      Hey I know reactjs, I haven't worked on nextjs. Can you please tell me for backend what will be used in nextjs? Is it nodejs, expressjs or anything else?

    • @oktayaltunkaya9019
      @oktayaltunkaya9019 3 месяца назад

      @@razak-attar yeah im wondering too...

  • @fottymutunda6320
    @fottymutunda6320 3 месяца назад

    Express is easy to get started with. Nestjs is just way too confusing.
    But I use neither, I use loopback 💀

    • @MrXperx
      @MrXperx 3 месяца назад +3

      It takes not more than week to be relatively proficient with Nestjs. And once you learn it there is almost no going back. Anyone coming from Java would love it.

  • @Mirusim
    @Mirusim 3 месяца назад +1

    But nestjs uses express under the hood

    • @jaroslavhuss7813
      @jaroslavhuss7813 3 месяца назад

      Does not have to - it can use Fastify and if you run it with bun, you can get brutal performance boost.

  • @mohammedzeglam6811
    @mohammedzeglam6811 3 месяца назад

    express routing library change my mind

  • @trejohnson7677
    @trejohnson7677 Месяц назад

    Nest.js is a god damn blesssing.

  • @bahadirfurkanakgul
    @bahadirfurkanakgul 3 месяца назад

    Check out my NestJS tutorial video in my channel-perfect for anyone just starting with backend development!

  • @Simple_OG
    @Simple_OG 3 месяца назад +3

    bun and hono

  • @saburex2
    @saburex2 3 месяца назад +1

    Nestjs is great

  • @allan_archie
    @allan_archie 3 месяца назад

    People are sleeping on Nitro and unjs... Used to build Analog and Nuxt.

  • @oldiegoldie5076
    @oldiegoldie5076 3 месяца назад +1

    Isn't Laravel slow in production?

    • @dukeofnorfolk1842
      @dukeofnorfolk1842 3 месяца назад +1

      It was never intended to be fast, it's for dev exp

    • @midophriya3657
      @midophriya3657 3 месяца назад +1

      laravel blade is slow. better use it on api

    • @maccalsa1
      @maccalsa1 3 месяца назад

      It's fast enough for the amount of traffic most websites have to deal with

  • @imakhlaqXD
    @imakhlaqXD 3 месяца назад +1

    Nest.js adopted worst Angular feature modules. Its actually shit dynamic module, forsync ,blahh blaahhh. I hate that shit. I have worked with spring and nest believe me anotations approach is worst way to code. Yes it reduce code but if something goes south your fucked it adds too much abstraction. For my personal stuff i tend to go with Go or kator.

  • @dawitz362
    @dawitz362 3 месяца назад

    It is easy to set up and it's flexibility.

  • @darkbluewalther
    @darkbluewalther 2 месяца назад

    Still stunned there is no Django/Rails/Laravel equivalent in the JS world (and no, nest.js is not one of them).

  • @petleveler8366
    @petleveler8366 2 месяца назад

    Nestjs on top!

  • @Brynjar1
    @Brynjar1 Месяц назад

    Nest.JS is great.

  • @LeChuck.x17
    @LeChuck.x17 3 месяца назад +1

    Adonis looks really cool

  • @arytiwa4351
    @arytiwa4351 3 месяца назад

    or HONO JS (most important)

  • @HotSteamingJustice
    @HotSteamingJustice 3 месяца назад

    Bro looks like he's getting attacked by a swarm of flies

  • @paulholsters7932
    @paulholsters7932 3 месяца назад

    Simplicity

  • @neneodonkor
    @neneodonkor 3 месяца назад +1

    So AdonisJS is dismissed because of fewer than downloads? 🤦🏾‍♂️

    • @VerganteHeHe
      @VerganteHeHe 3 месяца назад

      Downloads is a valid metric, since that usually correlates with usage. Why would you consider/recommend an unpopular framework built by one person unless it's for a side project you don't care about?

  • @youhan96
    @youhan96 3 месяца назад

    Nitro from unJS

  • @mixxxer
    @mixxxer 2 месяца назад

    Seriously I am stumped how Adonis is not on top of everyone’s lists. Crazy.

  • @Nethezbet
    @Nethezbet 3 месяца назад

    I use Next.js a lot, but sometimes I pop in a simple express app to do something collateral to the next app and don't need a TON of stuff to make it work.

  • @akrishnadevotee
    @akrishnadevotee 3 месяца назад

    Hono is the best.

  • @usmansbk
    @usmansbk 3 месяца назад

    Express is just so simple