Это видео недоступно.
Сожалеем об этом.

Which Go Framework is the best?

Поделиться
HTML-код
  • Опубликовано: 13 ноя 2022
  • When writing backend Go code you will almost always be using some form of HTTP. There are tons of frameworks out there to handle this, but today I wanted to talk about my favorite one, Fiber.
    Twitter: / benjamin41902

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

  • @dhaw
    @dhaw Год назад +13

    There are some criticisms about fiber from the things i heard .Mainly because it use fasthttp ,which does not have HTTP/2 support unless you use a reverse proxy .

    • @bashscript2805
      @bashscript2805 Год назад +4

      is there any problem to use a reverse proxy?

    • @c0ldfury
      @c0ldfury 11 месяцев назад

      @@bashscript2805no problem at all if you can find one that is just as performant as fiber. Which is none.

  • @ferripradana4265
    @ferripradana4265 11 месяцев назад +1

    For Building Microservice
    I pick GIN ,
    I only need utilize HTTP , processing Request, Response, and Routing
    The Rest
    We can build by ourself

  • @joaomelo6011
    @joaomelo6011 Год назад +4

    Will you do any fiber backend app example soon ? There are no good tutorials on yt with fiber and mongodb

    • @bmdavis419
      @bmdavis419  Год назад +2

      Yea I will probably do that this week!

  • @themarksmith
    @themarksmith Год назад +2

    Great video thank you - very interested in this topic!

  • @jordanryanethanowona2974
    @jordanryanethanowona2974 Год назад +2

    Just a question. how do you implement role based access in fiber ?

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

    Good summary 👍

  • @ericjhuneespa3381
    @ericjhuneespa3381 Год назад +2

    what backend framework did you use in insiderviz ?

  • @AshutoshSharma-ml6sv
    @AshutoshSharma-ml6sv Год назад +1

    any thoughts on chi vs fiber?

  • @aa3352-m9w
    @aa3352-m9w 26 дней назад +1

    You shouldn't be using JavaScript in the backend.

  • @mr.random8447
    @mr.random8447 Год назад +5

    Shouldn’t rate limiting be offloaded to an API gateway service? So your app only focuses on business logic? I think it’s called gateway offloading pattern. Sorry spamming your channel with questions on every video. 😂

    • @bmdavis419
      @bmdavis419  Год назад +5

      np lol I do not mind, when you have a bigger backend system which has a seperate gateway then for sure you handle rate limiting there, but here my Fiber app is both the gateway and server so I just rate limit there, definitely gonna do an architecture video at some point in the future, especially when I get better at it!

  • @codestacklab
    @codestacklab Год назад

    which one is better fiber or gin?

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

    I use Chi

  • @skywizard3319
    @skywizard3319 4 месяца назад +1

    did ben awad go into hiding?

  • @hoangongha8397
    @hoangongha8397 Год назад

    can you share the source code? Thank you.

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

    I made my own framework

    • @luciusstark
      @luciusstark 10 месяцев назад +1

      Aight, Mr. One-of-a-Kind! Good luck debugging your masterpiece and handling all them speed bumps tackling them bugs, performance issues, and whatever else life throws at ya. LUL!

  • @ashimov1970
    @ashimov1970 Год назад +2

    .NET 7 is faster than any Go web framework

    • @bashscript2805
      @bashscript2805 Год назад +7

      no way

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

      @@bashscript2805 the proof, please

    • @bashscript2805
      @bashscript2805 Год назад +2

      ​@@ashimov1970 сначала ты пруфани, что он быстрее и эффективнее по потреблению памяти

    • @ashimov1970
      @ashimov1970 Год назад

      @@bashscript2805 по потреблению памяти я ничего не говорил. насчет скорости говорилось в первый день все еще продолжающейся .NET Conf 2022

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

      ​@@ashimov1970 а где бенчмарки, в каких условиях проходил их замер?