Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghurlman/pcf-signalr
https://github.com/ghurlman/pcf-signalr
powerapps powerapps-component-framework signalr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghurlman/pcf-signalr
- Owner: ghurlman
- License: mit
- Created: 2021-01-04T15:49:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T16:27:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-29T21:35:53.047Z (about 1 month ago)
- Topics: powerapps, powerapps-component-framework, signalr
- Language: HTML
- Homepage: https://aka.ms/pcf-signalr-demo
- Size: 69.3 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PCF-SignalR
This code was created initially for a session delivered at [PowerfulDevs Conf 2020](https://dev.to/azure/real-time-power-apps-with-signalr-13jk), and shows how to use the Power Apps Component Framework to enable real-time communication inside your Power Apps using Azure Functions and SignalR.
If you need an introduction to PCF or SignalR, check out these docs:
* aka.ms/LearnPCF - Walk through creating your first PCF component
* aka.ms/SignalrJSQS - The SignalR JavaScript quick start
* aka.ms/FunctionsIntro - Your introduction to Azure functionsThis code is "demo-tier"—meaning that there is no support, and there's almost certainly improvements to be made. For example: authentication has not been enabled for this demo; that should probably be your first stop.