michaelmcmillan / notiwire

A proxy between Notifiers and NotiPis
0 stars 0 forks source link

WebSockets (socket.io) for distributing content to clients #3

Open michaelmcmillan opened 10 years ago

michaelmcmillan commented 10 years ago

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.