Railyway is The New Heroku

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

КОМЕНТАРІ • 26

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

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

  • @peterokonma5741
    @peterokonma5741 2 роки тому +5

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

  • @clasesutnfrc8699
    @clasesutnfrc8699 Рік тому +4

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

  • @franky12
    @franky12 2 роки тому +16

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

    • @NeuralNine
      @NeuralNine  2 роки тому +7

      This was also the case for Heroku though

    • @vaulttectradingco8438
      @vaulttectradingco8438 2 роки тому +19

      @@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 Рік тому

      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 Рік тому +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)

  • @Ultrajamz
    @Ultrajamz 2 місяці тому +1

    If I don’t mind paying for the hobby tier in either case, which is better? Railway or heroku?

  • @1mrnewton
    @1mrnewton 2 роки тому

    Thank you for this update.

  • @ebenezersiaw935
    @ebenezersiaw935 Рік тому +1

    so heroku was the GOAT of free hosting then

  • @beyourahi
    @beyourahi 2 місяці тому

    how is the railway $5 plan for small to mid scale headless e-commerce storefronts (using Shopify)?

  • @eugenmalatov5470
    @eugenmalatov5470 Рік тому +2

    seems they have cancelled the free tier

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

    great video, thanksss

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

    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?

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

    Keep up man🔥🖤🖤

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

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

  • @eugenmalatov5470
    @eugenmalatov5470 Рік тому +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 Рік тому

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

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

    thank you

  • @d.maya14
    @d.maya14 2 роки тому

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

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

    Thx_.

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

    There is netlify completely free without limits

    • @waseksamin3216
      @waseksamin3216 2 роки тому +5

      Netlify is only for frontend, not backend

    • @tusharsnn
      @tusharsnn 2 роки тому +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.