Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6907531
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:26:48+00:00 2026-05-27T08:26:48+00:00

Is SignalR the same thing is Reactive Extensions? Can you explain why or why

  • 0

Is SignalR the same thing is Reactive Extensions? Can you explain why or why not?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:26:49+00:00Added an answer on May 27, 2026 at 8:26 am

    No, they are absolutely not the same thing.

    Reactive Extensions is a library for creating and composing observable streams of data or events (which are actually quite similar). It basically knows nothing about client-server connections or other things. It is focused solely on Observables and is capable of wrapping any collection, stream, event, async method, etc. into the common Observable interface.

    SignalR is a toolkit for creating persistent (i.e. alive) duplex connections between client and server. It works over HTTP and its purpose is wrapping 3 low-level techniques: long-polling, server-side events and web sockets into a high-level API for comfortable development. So, it’s focused on the communication.

    So, the components themselves are quite independent from each other, and they have completely different concerns.

    On the other hand, these 2 great libraries are complementary to each other: one might use SignalR to push events from server to clients and then wrap the server-side events into RX’s Observables to create complex reactive user experiences.

    UPDATE

    Rx is like LINQ, it helps you specify ‘what happens’, it doesn’t get into the details of ‘how’. SignalR is a library to implement the ‘how’ for real-time network communication – Paul Betts

    The difference between ‘LINQ to Objects’ and RX is that in ‘LINQ to Objects’ you pull next items from an enumerable thing, while in RX they are pushed to you from an observable thing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class that can perform many types of transformations to a given
Possible Duplicate: Malloc thread-safe? I am not a bit confused while I am reading
I've started digging in SignalR 0.4 and got stuck on a problem. I'd like
Here are two chunks of code that accomplish (what I think is) the same
I've got a command line version of an Eclipse RCP GUI application that can
How can I efficiently catch and handle segmentation faults from C in an OSX
I learned that a signal is not changed immediately when encountering an expression, but
How can I store multiple different windows/dialogs in a single GtkBuilder file and then
(Edit: is not just happening when screen is being touched. It seems to happen
My question is: are there minimisation algorithms, preferably implemented in Python, that can operate

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.