Skip to content

Instantly share code, notes, and snippets.

@raisingstar
raisingstar / introrx.md
Created November 29, 2018 06:56 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
# Author: Pieter Noordhuis
# Description: Simple demo to showcase Redis PubSub with EventMachine
#
# Update 7 Oct 2010:
# - This example does *not* appear to work with Chrome >=6.0. Apparently,
# the WebSocket protocol implementation in the cramp gem does not work
# well with Chrome's (newer) WebSocket implementation.
#
# Requirements:
# - rubygems: eventmachine, thin, cramp, sinatra, yajl-ruby