HTML5AngHttpWSServer 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package HTML5AngHttpWSServer --version 1.0.0
NuGet\Install-Package HTML5AngHttpWSServer -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HTML5AngHttpWSServer" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HTML5AngHttpWSServer --version 1.0.0
#r "nuget: HTML5AngHttpWSServer, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HTML5AngHttpWSServer as a Cake Addin
#addin nuget:?package=HTML5AngHttpWSServer&version=1.0.0

// Install HTML5AngHttpWSServer as a Cake Tool
#tool nuget:?package=HTML5AngHttpWSServer&version=1.0.0

Provides a Http/WebSocket server that both serves up an Angular Application from a file location. On client HTTP connection requests, the requested file is returned in the HTTP Response. On client WebSocket connections and subsequent WS comms, the server creates and registers a WebSocket client endpoint against the provided clientId. The server can notify the consumer with a Sig, BtnClick or UI ConfigRequest Event when a client connects, requests UI Config and sends a button click message Sig or BtnClick Event.

Product Compatible and additional computed target framework versions.
.NET Framework net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

WIP