I would like to implement a mechanism that will provide a RESTful API that allows the client to register interest in the subject with a gap and receive asynchronous notifications from the server after registering the percentage. In enterprise architecture (messaging), this is called a template / publish / subscribe.
In desktop applications, this is easily accessible - however, with web applications this proves to be more complicated.
Is there a (preferably open source) framework or library that allows you to apply the publish / subscribe template to web applications?
Server-side technology can be in any of the following languages: C, C ++, PHP, Python, Ruby.
I am working on Linux Ubuntu 10.0.4
source
share