Тёмный
No video :(

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

LearnWebCode
Подписаться 340 тыс.
Просмотров 30 тыс.
50% 1

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 48   
@israelhdz
@israelhdz 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 года назад
I tried and deployed to heroku, it works. no problem encountered. Thank you for this Brad.
@HECTORARTUROA
@HECTORARTUROA 2 года назад
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.
@shahriarparvezshuvo4760
@shahriarparvezshuvo4760 3 года назад
Now, I get it all. Thanks for nice explanation. Stay safe, Brad. 💖
@NightmareCrab
@NightmareCrab 3 года назад
that mouse selection drag got me like 👀
@LearnWebCode
@LearnWebCode 3 года назад
😂
@muratorium
@muratorium 3 года назад
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?
@yourlocalgamedev1834
@yourlocalgamedev1834 Год назад
hey were you able to migrate to netlify?
@ngoako
@ngoako 2 года назад
Great video. I just hosted my API on Heroku with no problems 👌
@anand_maurya
@anand_maurya 3 года назад
Thanks a lot for putting together this tutorial.
@logicunleashed
@logicunleashed 3 года назад
Would really appreciate a boot camp on DevOps.
@DavisTibbz
@DavisTibbz 3 года назад
Yes yes!
@avi12
@avi12 3 года назад
I would like this video twice!
@armacaocomercialltda2349
@armacaocomercialltda2349 2 года назад
amazing! very didactic you were born to teach
@mayankk104
@mayankk104 3 года назад
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)
@jagadeeshkumar2091
@jagadeeshkumar2091 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 3 года назад
Thanks! The song that plays during the outro is "Easy Seas" by Chris Haugen, I found it in the RU-vid 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 3 года назад
@@LearnWebCode thank you Brad.
@catreunion
@catreunion 2 года назад
Thank you so much Brad. :D
@halilsekeroglu2663
@halilsekeroglu2663 3 года назад
You’re one of the bests.😌
@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.
@teetanrobotics5363
@teetanrobotics5363 3 года назад
Amazing Content
@wshraim
@wshraim 3 года назад
brad is so good at what he does that he is a millionaire
@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??
@msvmanikantasrivishnu7788
@msvmanikantasrivishnu7788 3 года назад
Thank you again...
@victory_lucky
@victory_lucky 3 года назад
awesome
@informatiquedz9800
@informatiquedz9800 3 года назад
Hello, can you tell me witch services are best for hosting MEAN stack app ? thank you
@olaniyijohnson8337
@olaniyijohnson8337 Год назад
Am actually lost, maybe because I am a fresher in computer leaning... I wish to be a successful developer
@codingislive4617
@codingislive4617 3 года назад
i have error Application error in deploying heroku
@travelingvibes7796
@travelingvibes7796 3 года назад
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 3 года назад
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 3 года назад
@@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 3 года назад
@@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?
@cacacaio230
@cacacaio230 3 года назад
well you can
@mohammedzohair1068
@mohammedzohair1068 3 года назад
sir please upload a video on bootstrap
@LearnWebCode
@LearnWebCode 3 года назад
Hi, I made a video about Bootstrap a couple of months ago, here's the link ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-vRvhAzKUESw.html
@mohammedzohair1068
@mohammedzohair1068 3 года назад
@@LearnWebCode thanks sir!
@mohamedawde9508
@mohamedawde9508 3 года назад
are you a full stack devloper?
@logicunleashed
@logicunleashed 3 года назад
Yes, he is. With 14 years of experience.
@hb2917
@hb2917 3 года назад
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 3 года назад
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 3 года назад
@@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
@sairam-du7ip
@sairam-du7ip 2 года назад
my Heroku server is 10 times slower than my localhost
@MaxTheFireCat
@MaxTheFireCat 3 года назад
first
@MusicAnshul
@MusicAnshul 3 года назад
netlify gives less ping for my region ! I'm in .
Далее
MongoDB Basics, CRUD and Node.js Integration
43:29
Просмотров 34 тыс.
Heroku Is Dead, Here's What I Recommend
11:59
Просмотров 257 тыс.
Learn Express.js In 48 Minutes: Web Server Tutorial
47:39
Serverless Doesn't Make Sense
10:13
Просмотров 365 тыс.
Vercel vs Netlify - Which One Should You Use?
6:43
Просмотров 10 тыс.
$104,000 in 4 days, netlify
21:59
Просмотров 69 тыс.