https://github.com/cicorias/uap-interprocess
App that does inter process from a UAP to a service - and a service that can run as a console or WIndows service
https://github.com/cicorias/uap-interprocess
Last synced: 24 days ago
JSON representation
App that does inter process from a UAP to a service - and a service that can run as a console or WIndows service
- Host: GitHub
- URL: https://github.com/cicorias/uap-interprocess
- Owner: cicorias
- License: mit
- Created: 2015-04-20T14:53:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T21:44:13.000Z (about 10 years ago)
- Last Synced: 2025-03-28T19:54:55.138Z (about 1 month ago)
- Language: C#
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sharing Windows Service in UAP Apps #
This project is a quick poc that will demonstrate using a Windows 10 UAP app that can talk to a local Windows Service.## Windows Service ##
The windows service is a self hosted OWIN WebAPI 2 app that can also be run as a console application.## UAP App ##
The UAP app just talks to the service and calls the values controller. Nothing special.### Future ###
* Deal with security
* Deal with deployment / side loading
* Authentication approaches
* AuthZ approaches when using AAD or Offline