Azure Functions and SignalR with Anthony Chu

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024
  • Whether it's chat, collaborative whiteboards, or live-updating maps and dashboards, real-time information delivered with technologies like WebSockets can bring web, mobile, and other modern apps to life. Using Azure Functions and Azure SignalR Service, you can serverlessly broadcast real-time messages to thousands of clients by writing just a few lines of code.
    This week we're joined by Anthony Chu who will show us how to get started building serverless real-time applications in Azure using JavaScript and Python.
    Did you know... You can find several resources all over Microsoft Learn:
    Sample chat application: github.com/ant...
    Learn Vue.js: docs.microsoft...
    Learn SignalR: docs.microsoft...
    Publish to Azure Static Web Apps: docs.microsoft...
    Use SignalR and Azure Functions for automatic updates in a web application: docs.microsoft...

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

  • @fernandofischer3725
    @fernandofischer3725 3 месяца назад

    Very helpful!

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

    Excellent demo. Thanks.

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

    Hi I have build SignalR server on my WebApi template in visual Studio. How will i connect to that SignalR server from my Azure Functions as I don't have any connection string for that

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

    Start 5:07

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

    at 43:10 in console I get 502 bad gateway, also 'swa start www --api .' returns 'error: unknown option --api' so I am running 'swa start www .'