Skip to content

This is an example Express server that uses socket.io and Redis Pub/Sub to enable real time notifications of new app versions.

Notifications You must be signed in to change notification settings

cball/socket.io-new-app-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example app that came out of a blog post on realtime app version notices. Check out the post

Requirements

  • Redis
  • node

Running the server

  1. clone the repo
  2. npm install
  3. node server.js
  4. open a browser to localhost:3000
  5. publish a redis message: redis-cli publish frontend-app-version asdf

You should see asdf in the browser.

About

This is an example Express server that uses socket.io and Redis Pub/Sub to enable real time notifications of new app versions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published