SignalR: To Chat and Beyond - David Pine

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

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

  • @namelastname4077
    @namelastname4077 4 года назад +7

    ceremony ends at 6:28

  •  5 лет назад +2

    Very cool examples which showcase interesting possibilities with SignalR.

    • @davidpine7
      @davidpine7 5 лет назад +1

      Thank you kind sir, much appreciated!

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

    Excellent talk, thank you.

  • @muhammadazeez2578
    @muhammadazeez2578 5 лет назад +1

    That was a very cool talk, thank you!

  • @DestinationDub
    @DestinationDub 5 лет назад +6

    Great talk - learned a lot...
    Any links to some source code?

    • @davidpine7
      @davidpine7 5 лет назад +11

      Thank you, here are the links... github.com/IEvangelist/signalr-chat and github.com/IEvangelist/IEvangelist.Blazing.SignalR and github.com/IEvangelist/IEvangelist.SignalR.Streaming

    • @DestinationDub
      @DestinationDub 5 лет назад +1

      @@davidpine7 Super, thank you!!!

  • @rafaelmachado6708
    @rafaelmachado6708 5 лет назад +2

    Great talk! Thank you very much. Where can i find the signalr benchmark link that the speaker talked about?

    • @davidpine7
      @davidpine7 5 лет назад +1

      Thank you so much, this means a lot to me. Here is the actual deck itself, within it you can find the links to the benchmarks. gitpitch.com/IEvangelist/SignalR-Talk

  • @jamalsalman7188
    @jamalsalman7188 5 лет назад +1

    This was great, thank you!

  • @GuillermoUribeAguilar
    @GuillermoUribeAguilar 5 лет назад +2

    great talk! many thanks, signalr managed by azure is an amazing product! David what's the font name that you user for visual studio?

    • @davidpine7
      @davidpine7 5 лет назад

      Thank you very much, Guillermo! Much appreciated... I use FiraCode - github.com/tonsky/FiraCode

    • @damiandanev9271
      @damiandanev9271 4 года назад

      Honestly its completely unusable. 1$ per 1M messages. That means that apart from some stupid chat applications that were never meant to be anything... you cant really do much with it, also message size is super small - even batching cant save you.

    • @namelastname4077
      @namelastname4077 4 года назад +1

      definitely FiraCode

  • @cudid
    @cudid 4 года назад +1

    Nice... but can we do this to receive rest api event in json?

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

      Absolutely... inject and use a HubContext in your API controller and use it to send any kind of string based messages (ie: json-ized data) or MessagePack (binary data) messages to any listening clients (browser, C# client, Java, etc.). I'd also look into using strongly typed class declarations to form up exactly what your messages would look like. See: darchuk.net/2019/07/19/signalr-strongly-typed-hubs/

  • @ianbradley7215
    @ianbradley7215 5 лет назад +1

    Good lad. Well done.

  • @ReuelRamos
    @ReuelRamos 5 лет назад +1

    Is he using font ligature on his VS editor?

    •  5 лет назад

      Yes

    • @davidpine7
      @davidpine7 5 лет назад

      Yes, I am using FiraCode -- github.com/tonsky/FiraCode

  • @XTK001
    @XTK001 5 лет назад +1

    Hasn't it been around for quite a while though...

    • @davidpine7
      @davidpine7 5 лет назад +1

      Yes, SignalR has been around for a while. This is the re-write though, using new primitives and sitting atop .NET Core.

  • @charleswoodruff9013
    @charleswoodruff9013 5 лет назад +3

    Title: To Chat and Beyond.
    Expectation: SignalR chat and other use cases.
    Reality: Nothing but chat.
    Reaction: Disappointment and very annoyed.

    • @davidpine7
      @davidpine7 5 лет назад +3

      I demonstrated other use-cases... what special did you expect that I didn't deliver on? I'm sorry you felt this way, that was not at all my intention. I highlighted streaming capabilities, with ChannelReader primitives, I demonstrated a Blazor application with live Twitter streaming of targeted handles, and the chat app was much more than the standard chat app. The chat app itself highlights commanding from the client to the central server - interacting with an in process background service, initiating automated chat bot jokes at random... Did you watch the full video and all the demos?
      I'd love constructive criticism so that I can take action to improve this talk. Looking forward to that, thanks.

    • @charleswoodruff9013
      @charleswoodruff9013 5 лет назад

      @@davidpine7 I was expecting something like this: ruclips.net/video/Dvv2hkXyHcg/видео.html

    • @davidpine7
      @davidpine7 5 лет назад +1

      @@charleswoodruff9013 I did detail in the talk description what I was going to talk about. I'm sorry that it wasn't what you expected.

    • @sahilrealme7512
      @sahilrealme7512 5 лет назад +1

      Thanks @Charles Woodruff for sending link of that exciting usecases of signal R. I liked real time transcript service. @David pine: Your session was also best to understand signal r .