RubyFlow The Ruby and Rails community linklog

Push notifications using express.js and socket.io

Ever wondered how to get push notifications on your web-page? Instead of using XMPP solutions, there are simpler techniques today using websockets. Gautam explains how we can send notifications for live bids from a MongoDB backed Rails application to webpages using a combination of socket.io and express.js. Needless to say, this would work only on WebSocket compliant browsers.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in