Three alternatives for running your web app serverlessly

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

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

  • @googlecloudtech
    @googlecloudtech  3 года назад

    Have questions about serverless architectures?
    Tune into our #AskGoogleCloud premiere on Friday, March 12 10AM PT for answers and a chance to chat live with Google Cloud’s serverless experts → goo.gle/3qDLLRQ

    • @divertechnology
      @divertechnology 3 года назад +1

      It would be great to have a terraform project or something similar to build the project on my googlecloud or why not a simple .sh script. Now I have to try to understand the repository and recreate it. maybe i will do it myself and share it. It seems like an excellent project that covers a lot of useful things. Thank you

  • @megairrational
    @megairrational 3 года назад +3

    Great video. I love it comes out with an extensive blog post and some source code. Well done and many thanks!

  • @Tamil-Murugan
    @Tamil-Murugan 2 года назад +4

    Good one

  • @JasonBerryman
    @JasonBerryman 3 года назад +2

    It is also possible to deploy Option 2 by using Cloud Functions for Firebase, then you only need to use `firebase deploy` to deploy both the hosting AND the cloud function.

    • @valdeleplace4536
      @valdeleplace4536 3 года назад +2

      Yes, that's a nice option if you write it in NodeJS.
      My logic code was already written in Go, so I chose the "standard" Cloud Functions flavor.

    •  3 года назад +1

      @@valdeleplace4536 If you need to use Go as backend for Firebase maybe you can use the Cloud Run integration firebase.google.com/docs/hosting/cloud-run

  • @divertechnology
    @divertechnology 3 года назад +1

    Nice demo, i guess im going to try it

  • @KEPRIINDONESIA.C0M
    @KEPRIINDONESIA.C0M 3 года назад +4

    Nice 🖒🖒 i like this 🖒

  • @sreehari563
    @sreehari563 3 года назад

    Hi Martin, are all of these options free? At least for a prototype version limited to few users?

    • @valentindeleplace7860
      @valentindeleplace7860 3 года назад

      All these products have a generous free quota: see cloud.google.com/free . The sign-up may ask for a valid CC in order to become a customer.

    • @TheMomander
      @TheMomander 2 года назад

      Yes, all three products have free tiers.

  • @akauppi2
    @akauppi2 3 года назад +3

    I think ”Three Google alternatives...” would be a more accurate title?

    • @valdeleplace4536
      @valdeleplace4536 3 года назад

      You're correct, these are only Google Cloud options. It would be very interesting to test with competitors, in another article or video

  • @apertureonline9566
    @apertureonline9566 3 года назад

    Yea so I think this mentions cloud run. Firebase is useful but I think it's non compatible with specific things I have. Does that cost money? I can't remember, but I needed the opposite of scaling. I had to scale down to localization and hefty datasets and learning. I actually have to try to jenk my way around pawn with inline python. Might be impossible.

    • @apertureonline9566
      @apertureonline9566 3 года назад

      I was thinking about how LISP expands upon python and I might be able to create inline py for pawn like Go.

    • @apertureonline9566
      @apertureonline9566 3 года назад

      I was also considering using C, but keep in mind that pawn is python so this would probably be smoother.

    • @valentindeleplace7860
      @valentindeleplace7860 Год назад +1

      It is indeed possible to combine Firebase and Cloud Run, but for my simple app when I'm using Cloud Run (3rd option), I don't really need to add Firebase.

  • @samueldjasse4480
    @samueldjasse4480 3 года назад +1

    I like it

  • @roger2hk
    @roger2hk 3 года назад +1

    To optimise the cost, peer-to-peer file transfer within two browsers (desktop & mobile) via WebRTC sounds better. No files are uploaded to the cloud storage.
    FilePizza is a good example.
    github.com/kern/filepizza

  • @chaitanyadamarsingu9925
    @chaitanyadamarsingu9925 3 года назад

    The elephant in the room is flutter