Skip to content

Instantly share code, notes, and snippets.

View luikore's full-sized avatar

luikore luikore

View GitHub Profile
@tmm1
tmm1 / example_note_keeping_app.rb
Created April 11, 2009 13:48 — forked from pietern/example_note_keeping_app.rb
sinatra + redis note keeping app
require 'rubygems'
require 'sinatra'
require 'redis'
# To use, simply start your Redis server and boot this
# example app with:
# ruby example_note_keeping_app.rb
#
# Point your browser to http://localhost:4567 and enjoy!
#