Simple Question:
What pieces can I seriously explore using to allow my app to listen for an outside signal that triggers a method call/a code block?
scenario equals many apps sending a signal to a broker/queuing system that then lets these other listening apps know they have requests, so that they can execute their methods.
gcm, websockets, http PUT/POST, TCP, ?