Repl.WebSocket
0.9.1
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Repl.WebSocket --version 0.9.1
NuGet\Install-Package Repl.WebSocket -Version 0.9.1
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="Repl.WebSocket" Version="0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Repl.WebSocket" Version="0.9.1" />
<PackageReference Include="Repl.WebSocket" />
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 Repl.WebSocket --version 0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Repl.WebSocket, 0.9.1"
#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 Repl.WebSocket@0.9.1
#: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=Repl.WebSocket&version=0.9.1
#tool nuget:?package=Repl.WebSocket&version=0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Repl.WebSocket
Repl.WebSocket runs a Repl Toolkit session over a raw WebSocket connection.
Install
dotnet add package Repl.WebSocket
Run a session (example)
using System.Net.WebSockets;
using Repl;
using Repl.WebSocket;
var app = ReplApp.Create().UseDefaultInteractive();
app.Map("hello", () => "world");
WebSocket socket = /* connected socket */;
return await ReplWebSocketSession.RunAsync(app, socket);
Notes
- Supports in-band terminal control messages (
@@repl:*) for terminal/session metadata.
Docs
- Terminal metadata model and precedence: docs/terminal-metadata.md
- Remote hosting sample: samples/05-hosting-remote
- Community DeepWiki (unofficial): deepwiki.com/yllibed/repl
| Product | Versions 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.
-
net10.0
- Repl.Defaults (>= 0.9.1)
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 |
|---|---|---|
| 0.9.2-dev.3 | 0 | 3/3/2026 |
| 0.9.2-dev.2 | 0 | 3/2/2026 |
| 0.9.2-dev.1 | 27 | 3/2/2026 |
| 0.9.1 | 31 | 3/2/2026 |
| 0.9.1-dev.45 | 28 | 3/2/2026 |
| 0.9.1-dev.44 | 36 | 3/1/2026 |
| 0.9.1-dev.19 | 36 | 2/28/2026 |
| 0.9.1-dev.11 | 30 | 2/26/2026 |
| 0.9.1-dev.10 | 31 | 2/26/2026 |
| 0.9.0 | 43 | 2/25/2026 |