Skip to content

A simple demonstration of streaming Redis pub/sub data over HTTP via Sinatra's new streaming capabilities.

Notifications You must be signed in to change notification settings

gorsuch/sinatra-streaming-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra Streaming Example

A simple demonstration of streaming Redis pub/sub data over HTTP via Sinatra's new streaming capabilities.

See it live

curl -v https://sinatra-streaming-example.herokuapp.com/stream

Run it local

$ bundle install
$ bundle exec foreman start
$ curl -v http://localhost:5000

Deploy to Heroku

$ heroku create --stack cedar
$ heroku addons:add redistogo:nano
$ git push heroku master
$ heroku scale web=1 worker=1

About

A simple demonstration of streaming Redis pub/sub data over HTTP via Sinatra's new streaming capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published