PulseTrade.Comm.Spa 0.1.0-preview1

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-preview1
                    
NuGet\Install-Package PulseTrade.Comm.Spa -Version 0.1.0-preview1
                    
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-preview1" />
                    
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-preview1" />
                    
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-preview1
                    
#r "nuget: PulseTrade.Comm.Spa, 0.1.0-preview1"
                    
#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-preview1
                    
#: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-preview1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PulseTrade.Comm.Spa&version=0.1.0-preview1&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-preview1"

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 (7)

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.Login.Pcsl

PulseTrade Comm Login PCSL durable session store provider.

PulseTrade.Comm.Spa.Login

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

PulseTrade.Comm.Spa.ACL

Open PTCS ACL 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-beta9 92 6/22/2026
0.2.5-beta78 0 7/10/2026
0.2.5-beta77 26 7/9/2026
0.2.5-beta76 32 7/9/2026
0.2.5-beta74 62 7/7/2026
0.2.5-beta73 65 7/6/2026
0.2.5-beta71 93 7/3/2026
0.2.5-beta70 85 7/2/2026
0.2.5-beta69 59 7/2/2026
0.2.5-beta68 64 7/2/2026
0.2.5-beta66 90 6/30/2026
0.2.5-beta65 67 6/30/2026
0.2.5-beta64 65 6/30/2026
0.2.5-beta63 73 6/30/2026
0.2.5-beta62 67 6/30/2026
0.2.5-beta61 62 6/30/2026
0.2.5-beta60 73 6/30/2026
0.2.5-beta51 59 6/30/2026
0.2.5-beta48 82 6/29/2026
0.1.0-preview1 61 6/4/2026
Loading failed