Repl.WebSocket
0.11.0-dev.126
This is a prerelease version of Repl.WebSocket.
dotnet add package Repl.WebSocket --version 0.11.0-dev.126
NuGet\Install-Package Repl.WebSocket -Version 0.11.0-dev.126
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.11.0-dev.126" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Repl.WebSocket" Version="0.11.0-dev.126" />
<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.11.0-dev.126
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Repl.WebSocket, 0.11.0-dev.126"
#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.11.0-dev.126
#: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.11.0-dev.126&prerelease
#tool nuget:?package=Repl.WebSocket&version=0.11.0-dev.126&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Repl.WebSocket
Website: repl.yllibed.org
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
- Cookbook: Hosting Remote Sessions — WebSocket/Telnet setup, DI scopes, auth
- Terminal Integration — capability detection, window size, ANSI
| 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.11.0-dev.126)
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.11.0-dev.126 | 35 | 7/9/2026 |
| 0.11.0-dev.125 | 36 | 7/9/2026 |
| 0.11.0-dev.124 | 32 | 7/9/2026 |
| 0.11.0-dev.123 | 41 | 7/9/2026 |
| 0.11.0-dev.108 | 40 | 7/8/2026 |
| 0.11.0-dev.68 | 46 | 7/5/2026 |
| 0.11.0-dev.67 | 60 | 7/4/2026 |
| 0.11.0-dev.63 | 49 | 6/26/2026 |
| 0.11.0-dev.56 | 67 | 6/24/2026 |
| 0.11.0-dev.51 | 60 | 5/9/2026 |
| 0.11.0-dev.6 | 71 | 5/2/2026 |
| 0.11.0-dev.4 | 55 | 5/1/2026 |
| 0.11.0-dev.3 | 61 | 4/25/2026 |
| 0.10.0 | 110 | 4/25/2026 |
| 0.10.0-dev.83 | 62 | 4/25/2026 |
| 0.10.0-dev.77 | 59 | 4/20/2026 |
| 0.10.0-dev.76 | 64 | 4/19/2026 |
| 0.10.0-dev.59 | 58 | 4/13/2026 |
| 0.10.0-dev.58 | 62 | 4/7/2026 |
| 0.10.0-dev.52 | 65 | 4/7/2026 |
Loading failed