Heroku Express App Vs Netlify Serverless App - Free Node.js Hosting

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 48

  • @HECTORARTUROA
    @HECTORARTUROA 2 роки тому +1

    5:45 Port 3000: work locally.
    16:30 AWS Lambda: pay only for compute time.
    19:00 Netlify: Github, Gitlab, Bitbucket.
    25:45 Build command.
    26:45 Lambda functions.
    28:15 Proxy url.
    29:15 Postman.
    31:15 statusCode: 200.

  • @israelhdz
    @israelhdz 2 роки тому +2

    You're content is excellent. The 2 videos I have watched from your channel are so packed with value that I've watched multiple times over a period of about 4 (maybe 5) years. You're an awesome content creator. I can't praise you enough. Good content isn't easy to find. I wish you all of the best in all your endeavors.

  • @emmanuelamoako8963
    @emmanuelamoako8963 3 роки тому +1

    I tried and deployed to heroku, it works. no problem encountered. Thank you for this Brad.

  • @NightmareCrab
    @NightmareCrab 4 роки тому +5

    that mouse selection drag got me like 👀

  • @ngoako
    @ngoako 3 роки тому

    Great video. I just hosted my API on Heroku with no problems 👌

  • @muratorium
    @muratorium 4 роки тому +12

    Cool video, totally relevant for me right now. I am running an Express App on Heroku, and was on the lookout for similar services.
    It would be super cool if you did a more in-depth one on Netlify, maybe even with an example on how to migrate an Express App with all your endpoints.
    I also wonder how Netlify functions would work with something like Mongoose / MongoDB? In my Express App I have a single mongoose connection shared by multiple endpoints to read from my DB. How would that work with Netlify / or how would you handle DB access?

  • @change-requested
    @change-requested 4 роки тому +6

    Would really appreciate a boot camp on DevOps.

  • @shahriarparvezshuvo4760
    @shahriarparvezshuvo4760 4 роки тому +2

    Now, I get it all. Thanks for nice explanation. Stay safe, Brad. 💖

  • @avi12
    @avi12 4 роки тому

    I would like this video twice!

  • @anand_maurya
    @anand_maurya 4 роки тому +2

    Thanks a lot for putting together this tutorial.

  • @jagadeeshkumar2091
    @jagadeeshkumar2091 4 роки тому +3

    Hi Brad, thanks for the lecture. I know you have briefly touched DevOps and Linux, please could you explain where does CMS fit in? This seems to be essential to build a fully functional website from scratch.
    Also, I would really appreciate it if you name the track played during the outro in this video, I have noticed you have used this track in other videos.
    Keep doing the good work. Thanks.

    • @LearnWebCode
      @LearnWebCode  4 роки тому +5

      Thanks! The song that plays during the outro is "Easy Seas" by Chris Haugen, I found it in the UA-cam Audio Library. That's a great question about CMS's - I actually am not familiar with any Node CMS. There are libraries and a lot of static site generators, but I'm not sure if there's a popular / industry standard CMS. If I have a project where we'll need non-developers to make changes to the site, I know it isn't the coolest opinion, but I still think WordPress is a very smart choice. It's REST API makes it really easy to work with React/Vue etc...

    • @jagadeeshkumar2091
      @jagadeeshkumar2091 4 роки тому

      @@LearnWebCode thank you Brad.

  • @mayankk104
    @mayankk104 4 роки тому +1

    hi brad, can you make a video on typescript and how to configure it with projects like node, react (which doesn't support out of the box)

  • @armacaocomercialltda2349
    @armacaocomercialltda2349 2 роки тому

    amazing!
    very didactic
    you were born to teach

  • @wshraim
    @wshraim 4 роки тому

    brad is so good at what he does that he is a millionaire

  • @catreunion
    @catreunion 3 роки тому

    Thank you so much Brad. :D

  • @maksymdudyk1718
    @maksymdudyk1718 3 роки тому

    Brad, often I I came across a great github repo of yours, and badly wanted to see its youtube counterpart, but there were no indication to the tuts' video course.

  • @halilsekeroglu2663
    @halilsekeroglu2663 4 роки тому

    You’re one of the bests.😌

  • @informatiquedz9800
    @informatiquedz9800 4 роки тому

    Hello, can you tell me witch services are best for hosting MEAN stack app ? thank you

  • @teetanrobotics5363
    @teetanrobotics5363 3 роки тому

    Amazing Content

  • @tomod_1022
    @tomod_1022 2 роки тому

    Hey!I'm deploying to Heroku but it said PUSH FAILED,im deploying an ejs project,how can I fix it??

  • @mohammedzohair1068
    @mohammedzohair1068 4 роки тому

    sir please upload a video on bootstrap

    • @LearnWebCode
      @LearnWebCode  4 роки тому +3

      Hi, I made a video about Bootstrap a couple of months ago, here's the link ua-cam.com/video/vRvhAzKUESw/v-deo.html

    • @mohammedzohair1068
      @mohammedzohair1068 4 роки тому

      @@LearnWebCode thanks sir!

  • @victory_lucky
    @victory_lucky 3 роки тому

    awesome

  • @sairam-du7ip
    @sairam-du7ip 2 роки тому +1

    my Heroku server is 10 times slower than my localhost

  • @olaniyijohnson8337
    @olaniyijohnson8337 Рік тому

    Am actually lost, maybe because I am a fresher in computer leaning...
    I wish to be a successful developer

  • @msvmanikantasrivishnu7788
    @msvmanikantasrivishnu7788 4 роки тому

    Thank you again...

  • @travelingvibes7796
    @travelingvibes7796 4 роки тому

    Hi, Sir I m you big fans your teaching method is awesome, I created Next.js app now I don't know how to deploy it on my server by Filezilla software please help me

    • @LearnWebCode
      @LearnWebCode  4 роки тому

      Hi, thanks! Did you use the "Static HTML Export" feature of Next? If not, you won't be able to simply upload the files, you'll need to setup a Node.js server to go along with it. You could always try pushing the Next app to the free Vercel service (the same company that creates Next) nextjs.org/docs/deployment

    • @travelingvibes7796
      @travelingvibes7796 4 роки тому

      @@LearnWebCode how and where i can find this static HTML export feature, in react app i can easy get build folder but Next.js i don't know what is this static html feature

    • @travelingvibes7796
      @travelingvibes7796 4 роки тому

      @@LearnWebCode can your make a short tutorial on it for you fans please please please please please please please

  • @madebytl
    @madebytl 3 роки тому

    I can't deploy with my static website just html and css?

  • @DannyAwad
    @DannyAwad 4 роки тому +1

    are you a full stack devloper?

  • @codingislive4617
    @codingislive4617 3 роки тому

    i have error
    Application error in deploying heroku

  • @hb2917
    @hb2917 4 роки тому

    Hello can anyone help me here please? I have a node js app that i want to deploy on a shared hosting service that only supports php and mysql.. is there way to install node js and run my backend ?? I only have access to uploading files via ftp and i was only able to upload my front end 😔

    • @LearnWebCode
      @LearnWebCode  4 роки тому +1

      It depends on the hosting company. For example, DreamHost is typically thought of as a simple shared host, but if you search their documentation they do have a guide on running Node.js. Maybe you can try searching your host's doc pages?

    • @hb2917
      @hb2917 4 роки тому

      @@LearnWebCode they do not mention anything about installing node js only wordpress,joomla ,prestashop etc.. i do have a ssh access to my webspace & FTP

  • @MusicAnshul
    @MusicAnshul 4 роки тому

    netlify gives less ping for my region ! I'm in .

  • @MaxTheFireCat
    @MaxTheFireCat 4 роки тому

    first