SignalR in Blazor - Making Real-Time Chat with Blazor Server SignalR Example

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

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

  • @TestTest-gr6xm
    @TestTest-gr6xm Год назад

    You Asked about blazor, and how we work with it.
    BLazor is a great framework, finally i can work on web application without need of using JS :))

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

      Haha, same here, that's exactly the reaction I hear

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

    Thank you Julian, you have helped me a lot with my project.

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

    Blazor is powerful and fun to work with

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

    excellent explanation !!! thanks for this tutorial, literally helped me a lot to understand the blazor concept and its flow

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

    wonderful work, thank you!! and please make some more video in Blazor, I mean if you can make a playlist of bigger real project in Blazor.🙏

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

    Excellent tutorial Julian!

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

    Excellent video !!! Please make some videos on Blazor File upload. Large files(zip files), hangs up the UI.

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

    Thank you so much, it was an excellent tutorial!

  • @user-zk3lt6uj8j
    @user-zk3lt6uj8j 6 месяцев назад

    Nice Short Video

  • @BirgaLock
    @BirgaLock 5 месяцев назад

    Good stuff bro!

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

    Great stuff!

  • @MrBenix181
    @MrBenix181 5 месяцев назад

    Hi, is it possible to send and received messages from 2 different components (.razor) ? On component sends the message and another (or many others) can receive it ?

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

    Very helpful video ! I appreciate :)

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

      Glad to hear that, thanks for the feedback!

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

    Awesome Video - Thank you :)

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

    Nice explanation. Could you please also share audio (speech) to text conversion using signalR

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

      Thanks for the feedback and for your suggestion

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

    Very informative and useful tutorial, thanks. Kindly consider becoming a football ref on part-time 41:26

  • @GuildOfCalamity
    @GuildOfCalamity 2 года назад +1

    Very cool. Is there a way to auto-scroll the view so the most recent message will always be visible?

    • @CodeWithJulian
      @CodeWithJulian  2 года назад +1

      Definitely! I haven't looked into it very deeply but you should be able to do this with JSInterop. Try googling Blazor auto scroll textarea to bottom. Hope this helps!

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

    The user should be picked up from the login? We should not need to type our name in every time ??

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

    very cool

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

    So SignalR in my Blazor Server Application doesn't work when I added in a log in system, this login system I am using is Azure AD, login works great the issue is SignalR fails at await hubconnection.StartAsync(); do you know why this is?

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

      Have you tried cloning the source code? Try comparing line-by-line. Hope this helps!

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

    Excellent

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

    how to do a private chat? pls

    • @CodeWithJulian
      @CodeWithJulian  2 года назад +1

      Hi there, you'll need to integrate identity in your application (i.e: ASP.NET Identity). I'll make a tutorial on this in the future. In the meantime, I believe Patrick God already has one like this. Hope this helps!

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

    I get a Squiggly line in the razor page on the client in the using statement and I did install the package for some reason my nuget installed version 1.1.0 and I changed it manually to yours but it still giving an error.

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

      Hmm odd, sometimes Visual Studio does that for whatever reason. I'd say do a clean and rebuild. Failing that, copy the Chatty.csproj contents char for char into yours and see if that's fixing it. Hope this helps!