This is an example app that came out of a blog post on realtime app version notices. Check out the post
- Redis
- node
- clone the repo
- npm install
- node server.js
- open a browser to localhost:3000
- publish a redis message:
redis-cli publish frontend-app-version asdf
You should see asdf in the browser.