![]() |
VOOZH | about |
dotnet add package Kuestenlogik.Bowire.AsyncApi --version 1.9.0
NuGet\Install-Package Kuestenlogik.Bowire.AsyncApi -Version 1.9.0
<PackageReference Include="Kuestenlogik.Bowire.AsyncApi" Version="1.9.0" />
<PackageVersion Include="Kuestenlogik.Bowire.AsyncApi" Version="1.9.0" />Directory.Packages.props
<PackageReference Include="Kuestenlogik.Bowire.AsyncApi" />Project file
paket add Kuestenlogik.Bowire.AsyncApi --version 1.9.0
#r "nuget: Kuestenlogik.Bowire.AsyncApi, 1.9.0"
#:package Kuestenlogik.Bowire.AsyncApi@1.9.0
#addin nuget:?package=Kuestenlogik.Bowire.AsyncApi&version=1.9.0Install as a Cake Addin
#tool nuget:?package=Kuestenlogik.Bowire.AsyncApi&version=1.9.0Install as a Cake Tool
๐ CI
๐ codecov
๐ NuGet
๐ License
The multi-protocol API workbench. gRPC, REST, GraphQL, JSON-RPC, SignalR, WebSocket, SSE, MQTT, Socket.IO, MCP, OData, AsyncAPI, AMQP, Kafka, Akka.NET, NATS, SOAP, Pulsar โ run against any service URL with zero code changes.
Quickstart ยท Features ยท Why Bowire ยท Docs ยท Downloads ยท Bootcamp
๐ Bowire workbench โ discover, invoke, stream, record across protocols
# .NET tool (cross-platform, recommended)
dotnet tool install -g Kuestenlogik.Bowire.Tool
Windows MSIs, portable ZIPs, Docker images, and pending winget / Homebrew / Chocolatey distributions โ all listed on the Downloads page. It's the source of truth for what's available right now.
โ 5-minute Quickstart for the first call against your own service.
Mount the workbench inside an existing ASP.NET host:
dotnet add package Kuestenlogik.Bowire
var app = WebApplication.Create(args);
app.MapBowire(); // workbench at /bowire
app.Run();
Discovery picks services off the host's IServiceProvider โ REST routes, gRPC reflection, SignalR hubs, custom protocols. See Setup โ Embedded.
Everything user-facing lives at bowire.io. The most-asked entries:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.