Hi everyone,
Would anyone be able to point me to good material and / or method of using redis with signalr to push live updates to a page?
I basically have a linux server that runs shell scripts that occasionally publish their output to a redis channel. (pub/sub)
I want to build a web app that subscribes to this channel and while the page is open displays any message pushed to that channel.
Possibly in the future I would need to be able to publish message myself to the same (or different channel).
Now I spent half a day looking and I am getting lots of examples using command line apps but not finding anything that shows it functioning on a website.
Would anyone be willing / able to point me to a reading learning material or a tutorial that would help me achieve what I need?