An open API service indexing awesome lists of open source software.

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

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