https://github.com/anthonychu/java-signalrservice-chat
Sample for using Azure SignalR Service from a Java app
https://github.com/anthonychu/java-signalrservice-chat
Last synced: 4 months ago
JSON representation
Sample for using Azure SignalR Service from a Java app
- Host: GitHub
- URL: https://github.com/anthonychu/java-signalrservice-chat
- Owner: anthonychu
- License: mit
- Created: 2019-10-10T06:19:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T06:20:56.000Z (over 6 years ago)
- Last Synced: 2025-06-20T07:49:49.975Z (12 months ago)
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java + Azure SignalR Service sample chat app
Set these variables in `SignalRController.java`:
- `signalRServiceKey` - the SignalR Service access key
- `signalRServiceBaseEndpoint` - the SignalR Service URL (e.g. `https://foo.service.signalr.net`)