machawk1 / ArchiveThumbnails

An implementation for Ahmed AlSum's "Thumbnail Summarization Techniques for Web Archives"
GNU General Public License v2.0
7 stars 5 forks source link

Move from Faye to SSE #107

Open machawk1 opened 7 years ago

machawk1 commented 7 years ago

Server-Side Events (SSE) is now a Web API standard, so we should be able to use this in the service. In the current code, we use Faye (which did the job for its time) for client-server asynchronous communication.

https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events