Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History

ContainerWebSocket

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
page_type urlFragment languages products description
sample
container-websocket
csharp
windows
windows-iot
This sample is designed to work with Windows containers on Windows IoT Core and Windows IoT Enterprise.

Interoperating with Docker on Windows IoT Core and Windows IoT Enterprise

This sample is designed to work with Windows containers on Windows IoT Core and Windows IoT Enterprise.

The sample consists of the following projects:

  • SimpleServer - a .Net Standard 2.0 project that implements the SimpleServer class, which is shared by BackgroundServer and ConsoleServer.
  • SharedData - a .Net Standard 2.0 project that implements shared data definition classes.
  • ContainerApp - a .Net Core 2.0 project that implements a WebSocket client that runs inside a Windows container.
  • ConsoleServer - a .Net Core 2.0 project that implements a WebSocket server in a console application.
  • BackgroundServer - a Windows IoT Core Background Application that implements a sample WebSocket server.