Instead of forcing the clients to request for a given interval, push updates from the server to the clients through WebSockets. This minimizes a lot of unnecessary requests and resources. As of today each Notifier client requests an entire feed/website, parses it, and then check if there where any changes.
Instead of forcing the clients to request for a given interval, push updates from the server to the clients through WebSockets. This minimizes a lot of unnecessary requests and resources. As of today each Notifier client requests an entire feed/website, parses it, and then check if there where any changes.