Bitbound.WebSocketBridge.Common 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bitbound.WebSocketBridge.Common --version 1.0.8
                    
NuGet\Install-Package Bitbound.WebSocketBridge.Common -Version 1.0.8
                    
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="Bitbound.WebSocketBridge.Common" Version="1.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bitbound.WebSocketBridge.Common" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Bitbound.WebSocketBridge.Common" />
                    
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 Bitbound.WebSocketBridge.Common --version 1.0.8
                    
#r "nuget: Bitbound.WebSocketBridge.Common, 1.0.8"
                    
#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 Bitbound.WebSocketBridge.Common@1.0.8
                    
#: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=Bitbound.WebSocketBridge.Common&version=1.0.8
                    
Install as a Cake Addin
#tool nuget:?package=Bitbound.WebSocketBridge.Common&version=1.0.8
                    
Install as a Cake Tool

WebSocket Bridge

An ASP.NET Core Native AOT project for bridging websocket clients.

Build Status

Quickstart (Docker):

docker run -d --name ws-bridge --restart unless-stopped -p 5003:8080  translucency/websocket-bridge:latest

Two websocket clients can then connect to wss://{server-host}/bridge/{guid}/{access-token} to have their connections bridged.

Each client can provide an optional timeout (in seconds) to indicate how long to wait for the other client to connect. If omitted, the default of 10 seconds will be used.

If 0 is specified, the server will wait indefinitely for the other client to connect.

Example with timeout:

wss://{server-host}/bridge/{guid}/{access-token}?timeout=60
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.
  • net9.0

    • No dependencies.

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
1.2.15 136 5/18/2025
1.2.14 149 5/18/2025
1.2.13 136 5/18/2025
1.2.12 141 5/18/2025
1.2.11 141 5/18/2025
1.2.10 143 5/18/2025
1.2.9 140 5/18/2025
1.2.8 146 5/18/2025
1.2.7 99 5/17/2025
1.2.2 104 5/17/2025
1.2.1 102 5/17/2025
1.1.6 96 5/17/2025
1.1.5 71 5/10/2025
1.1.4 148 5/8/2025
1.1.3 164 11/23/2024
1.1.2 124 11/15/2024
1.1.1 99 11/15/2024
1.0.10 144 5/18/2025
1.0.9 137 5/18/2025
1.0.8 142 5/18/2025
1.0.4 139 7/27/2024
1.0.3 108 7/23/2024
1.0.2 104 7/23/2024
1.0.1 99 7/23/2024