зеркало из
1
0
Форкнуть 0
AzureSignalR-samples/samples/QuickStartServerless/java
..
src/main
.gitignore
README.md
host.json
local.settings.template.json
pom.xml

README.md

SignalR Service Serverless Quick Start (Java)

In this sample, we demonstrate how to broadcast messages with SignalR Service and Azure Function in serverless.

Prerequisites

Setup and run locally

  1. Rename local.settings.template.json to local.settings.json and update AzureSignalRConnectionString setting to your SignalR Service connection string.

  2. Run the following command to start Azure Function locally.

    mvn clean package
    mvn azure-functions:run
    
  3. Visit http://localhost:7071/api/index and you can see the result.