Railyway is The New Heroku

Sdílet
Vložit
  • čas přidán 19. 10. 2022
  • Today we learn about Railway, which is a platform that offers free hosting plans.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • Věda a technologie

Komentáře • 24

  • @peterokonma5741
    @peterokonma5741 Před rokem +5

    Thanks for this, really appreciate it. Know you are inspiring a lot of the younger generation of developers, especially python developers.

  • @sakshibhatia3898
    @sakshibhatia3898 Před rokem +1

    Really needed this time since Heroku free version expires 28 November. Thanks a lot :)

  • @1mrnewton
    @1mrnewton Před rokem

    Thank you for this update.

  • @franky12
    @franky12 Před rokem +15

    Well, it is not really free, it has only 500 hours free at the beginning...

    • @NeuralNine
      @NeuralNine  Před rokem +7

      This was also the case for Heroku though

    • @vaulttectradingco8438
      @vaulttectradingco8438 Před rokem +18

      @@NeuralNine Heroku gave you 750 hours per month (no charge) if you enter credit card. So, not exactly.
      imo it is worth covering gcp free tiers. They have good options too.

    • @eugenmalatov5470
      @eugenmalatov5470 Před rokem

      So basically 21 days of running one job is free. So good to test small scripts. But not so good if you like to run several internet background jobs. I also wonder how scheduled jobs are best handled.

    • @RemotHuman
      @RemotHuman Před rokem +1

      You get unlimited free hours if you add a credit card I think. (but it will charge you if you use too much resources and go over the free plan)

  • @saifbenzamit5980
    @saifbenzamit5980 Před rokem

    Keep up man🔥🖤🖤

  • @greenstreet704
    @greenstreet704 Před rokem

    great video, thanksss

  • @clasesutnfrc8699
    @clasesutnfrc8699 Před rokem +2

    03:05 Railway client installation
    03:39 Login
    04:02 Code the app
    05:06 Link project

  • @MrEri299
    @MrEri299 Před rokem

    thank you

  • @retinavr8909
    @retinavr8909 Před rokem

    Can you use this to host a socket server?
    I already have a server script written in python like your socket tutorial. If i have that on railway, can i connect a client from my pc to that server on railway?

  • @ebenezersiaw935
    @ebenezersiaw935 Před rokem +1

    so heroku was the GOAT of free hosting then

  • @eugenmalatov5470
    @eugenmalatov5470 Před rokem +1

    Thanks for introducing this tool to us.
    Two points
    1) if I understand it correctly the main point of the video is to show how you can link the railway directly to the development path on the computer using the Railway-CLI and npm (actually I was not aware of npm as a non Javascript guy). Question: given that you can pull the projects directly from the github you link to ... is this really such a big deal?
    2) I have linked myself to railway with github. The account is only 2 months old and only includes one app. So it was not accepted. I have given my credit card credentials. Now I got the 500 hours, but github is still not verified ... can I already deploy? Probably not. Anybody has an idea how to move forward?
    3) Assuming I want to have an app that does a webscraping once a day. How can I schedule the job so I do not have too much processor time? Plus: how can I connect a python script to a railway database?

    • @comfixit
      @comfixit Před 9 měsíci

      If you are running on Windows you can use Scoop as an alternative to NPM.

  • @eugenmalatov5470
    @eugenmalatov5470 Před 11 měsíci +1

    seems they have cancelled the free tier

  • @stanislaspaquin3665
    @stanislaspaquin3665 Před rokem

    tbh i owned a raspberry pi and this makes my life easier

  • @pinguimaya
    @pinguimaya Před rokem

    Can you make a heroku tutorial pls, like how can i upload my server on python flask on heroku for free

  • @philtoa334
    @philtoa334 Před 9 měsíci

    Thx_.

  • @saifbenzamit5980
    @saifbenzamit5980 Před rokem

    There is netlify completely free without limits

    • @waseksamin3216
      @waseksamin3216 Před rokem +5

      Netlify is only for frontend, not backend

    • @tusharsnn
      @tusharsnn Před rokem +3

      netlify will not provide a server which can run your code. Its just going to serve the static files like js, html, css or image files to the user thats it, so its basically a server that serve your webpage and does not do anything more.