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 9270425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:22:01+00:00 2026-06-18T15:22:01+00:00

I am writing this Web application where I need to visualize filtered, sorted and

  • 0

I am writing this Web application where I need to visualize filtered, sorted and paginated (on the server) collections through JavaScript (planning on using Isotope to present collections). These collections are dynamic, i.e. they start out with certain items, but their content may change throughout the application’s lifetime. Could I implement this functionality by watching a collection on the server through Reactive Extensions for JavaScript? If so, how?

Example

For this particular problem, let’s say a collection is rendered in HTML as an element #container with a child element of class item for each collection item:

<div id="container">
  <div class="item">Item 1</div>
  <div class="item">Item 3</div>
</div>

If “Item 2” is then added to the collection and “Item 1” removed from it on the server, JavaScript should react by rendering the updated collection as follows to HTML:

<div id="container">
  <div class="item">Item 2</div>
  <div class="item">Item 3</div>
</div>

I’ve created an animated fiddle to demonstrate this sort of scenario. Imagine that the changes to the collection take place on the server, and that the JavaScript simply reacts to it.

  • 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-06-18T15:22:02+00:00Added an answer on June 18, 2026 at 3:22 pm

    I’ve found that Reactive Extensions may help in solving this problem, but it doesn’t concern itself with communication between the server and client. A likely way to apply RX would be to establish a bridge between server and client, through which RX events could flow. SignalR stands out as a likely option for implementing the bridge. There even exists a project, SignalR.Reactive, which combines SignalR and RX in this way.

    The real problem in solving my problem, I think, will be how to publish changes on the server. I’ve found out that RavenDB, which is my database of choice, has an API for observing changes to data, so hopefully I’ll be able to design a scheme around this. Once this is solved, I envision the publishing of changes to clients being fairly trivial with the help of RX and SignalR.

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

Sidebar

Related Questions

I'm writing web application where I need to push data from server to the
I'm writing a installer for windows using nsis. This installer contains a web application
I am writing a server application using Tornado web server . Application works with
Ok, this might be a really odd problem. I am writing a web application,
We are developing a web application using asp.net and sql server. We are required
I'm writing a web application, I need to do a audit log for all
I am writing a web application using java on the Google app engine. Everything
There is this DB-connection-like object that my web application will need. It is pretty
I'm writing an web application for users who need to be able to receive
I'm writing a JavaScript web application. I would like to allow users to search

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.