Jump to content

How does IPS software handle events in real-time?

Featured Replies

Posted

Hi,

What's the process that IPS uses to catch backend changes in the frontend?

So for example, when a new notification is created, the user is notified without reloading page. Or when a new comment is added to a thread they are currently reading they are notified in real-time, etc...

I would like to implement something similar and would like to use the same framework.

Any info would be much appreciated.

There’s no server side implementation. IPS 4.0-4.4 uses pooling, which means that the client ( browser ) asks the server for an update .

  • Author
34 minutes ago, Fosters said:

There’s no server side implementation. IPS 4.0-4.4 uses pooling, which means that the client ( browser ) asks the server for an update .

Do you know where in the code this is happening? What file?

Hello,

Search in files by checkForNewReplies and instantNotifications

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.