I have done two app's :
- The first one is a spider that extract all links from a website.
- The second one do some checks on each link sent by the first app.
When the first app find a link, how can I send a notification or something else to the second app ?
The second app must listen continuously the data sent by the first app.
I found few post speaking of Queue
but I don't really understand how that work.
Can someone explain me with a simple exemple how to communicate between the two app ?
Thank's