Could SignalR be simpler?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ASP.NET Core

    ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

    Hey, creator of SignalR here. As others have said, SignalR it's an RPC abstraction over a transport. It has an underlying protocol over any bidirectional streaming transport, it's not just WebSockets.

  • .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

    There's an issue on simplifying WebSockets specifically https://github.com/dotnet/runtime/issues/77060 that may be of interest.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • signalr

    SignalR server and client in go (by philippseith)

    There's a full golang port of SignalR https://github.com/philippseith/signalr (started by me initially https://github.com/davidfowl/signalr-ports😁). So the protocol is agnostic, but the core server implementation is in C# and made for .NET.

  • signalr-ports

    There's a full golang port of SignalR https://github.com/philippseith/signalr (started by me initially https://github.com/davidfowl/signalr-ports😁). So the protocol is agnostic, but the core server implementation is in C# and made for .NET.

  • TypedSignalR.Client.TypeScript

    TypeScript source generator to provide strongly typed SignalR clients by analyzing C# type definitions.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts