.NET gRPC - deep dive - Irina Scurtu - NDC London 2024

Поделиться
HTML-код
  • Опубликовано: 13 май 2024
  • This talk was recorded at NDC London in London, England. #ndclondon #ndcconferences #developer #softwaredeveloper
    Attend the next NDC conference near you:
    ndcconferences.com
    ndclondon.com/
    Subscribe to our RUclips channel and learn every day:
    / @NDC
    Follow our Social Media!
    / ndcconferences
    / ndc_conferences
    / ndc_conferences
    #dotnet #architecture #web #api #grpc
    With an increasing need for scalability and performance dictated by the modern web, it becomes harder and harder to choose an API paradigm that is suitable for service-to-service communication.
    While the classical models still work and have their own merits, some of them rely heavily on documentation, extensive coordination between teams or code-sharing. We use shared libraries, and over time our projects become intertwined with dependencies. In these cases, we need something to untangle those and reduce coupling. Welcome gRPC.
    gRPC has been around for a while and .NET Core 3.0 welcomes it as a first-class citizen. It is contract-based, performant - with smaller response/request bodies, perfect for polyglot environments and supports different models - from client-server to bi-directional streaming out of the box.
    If we sprinkle some client-side load balancing and the ability of exposing a gRPC service also as a HTTP API we might the perfect point-to-point communication mechanism.
    In this session, we will deep-dive in how to use gRPC, configure client-side load balancing and gRPC transcoding to streamline communication.
  • НаукаНаука

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

  • @TechTalksWeekly
    @TechTalksWeekly 15 дней назад +1

    Irina's talk made it to the last issue of Tech Talks Weekly newsletter 🎉 Congrats!

  • @ivanovbasil
    @ivanovbasil 17 дней назад +5

    Qute superficious. Not a deep dive.

  • @joeblue2492
    @joeblue2492 14 дней назад

    5 years too late . This is why I got off the MS train