PulseTrade.Comm.Spa 0.1.0-preview3

This is a prerelease version of PulseTrade.Comm.Spa.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package PulseTrade.Comm.Spa --version 0.1.0-preview3
                    
NuGet\Install-Package PulseTrade.Comm.Spa -Version 0.1.0-preview3
                    
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="PulseTrade.Comm.Spa" Version="0.1.0-preview3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PulseTrade.Comm.Spa" Version="0.1.0-preview3" />
                    
Directory.Packages.props
<PackageReference Include="PulseTrade.Comm.Spa" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PulseTrade.Comm.Spa --version 0.1.0-preview3
                    
#r "nuget: PulseTrade.Comm.Spa, 0.1.0-preview3"
                    
#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.
#:package PulseTrade.Comm.Spa@0.1.0-preview3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PulseTrade.Comm.Spa&version=0.1.0-preview3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PulseTrade.Comm.Spa&version=0.1.0-preview3&prerelease
                    
Install as a Cake Tool

PulseTrade.Comm.Spa

POC extraction of the current PTC.Comm browser surfaces into a small Suave + WebSharper SPA package.

Kept routes:

  • /chat
  • /sets
  • /actors

OAuth:

  • GitHub browser OAuth is retained through /chat/login, /chat/oauth/callback, and /chat/logout.
  • Client secret is read only from ClientSecretPath; this POC does not read secrets from environment variables.

Run from source:

dotnet run --project .\PulseTrade.Comm.Spa.fsproj -c Release -- --port 8897

FSI shape after packing/publishing:

#r "nuget: PulseTrade.Comm.Spa, 0.1.0-preview3"

open PulseTrade.Comm.Spa

let app = Server.startDefault ()
printfn "%s/chat" app.Url

app.Hub.RegisterParticipant
  { ParticipantId = "agent.demo"
    DisplayName = Some "Demo Agent"
    Kind = Some "agent"
    Labels = Some [ "demo" ] }

app.Hub.AppendSet
  { Keys = [ "user.github.alice"; "agent.demo" ]
    SetName = "chat"
    Value = "hello"
    Tags = Some [ "fsi" ] }

// app.Dispose() stops Suave.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on PulseTrade.Comm.Spa:

Package Downloads
PulseTrade.Comm.Spa.Dynamic

Dynamic SDUI and Actor extension for PulseTrade.Comm.Spa

PulseTrade.Comm.ResourceNode.DurableProxy

Package Description

PulseTrade.Comm.ResourceNode.Pcsl

Package Description

PulseTrade.Comm.Login.Pcsl

PulseTrade Comm Login PCSL durable session store provider.

PulseTrade.Comm.Spa.Login

Open PTCS Login extension facade for PulseTrade.Comm.Spa.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.5-beta94 105 7/13/2026
0.2.5-beta93 96 7/13/2026
0.2.5-beta89 88 7/13/2026
0.2.5-beta88 87 7/13/2026
0.2.5-beta87 107 7/12/2026
0.2.5-beta86 133 7/12/2026
0.2.5-beta80 94 7/10/2026
0.2.5-beta79 106 7/10/2026
0.2.5-beta78 99 7/10/2026
0.2.5-beta77 75 7/9/2026
0.2.5-beta76 87 7/9/2026
0.2.5-beta74 95 7/7/2026
0.2.5-beta73 71 7/6/2026
0.2.5-beta71 93 7/3/2026
0.2.5-beta112 120 7/15/2026
0.2.5-beta111 165 7/14/2026
0.2.5-beta110 98 7/14/2026
0.2.5-beta109 122 7/14/2026
0.2.5-beta108 104 7/14/2026
0.1.0-preview3 54 6/5/2026
Loading failed