Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 516 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 516 Bytes

mtweet

An example Twitter application using the Membase NoSQL database.

Requirements

  • Ruby
  • Sinatra: sudo gem install sinatra
  • Memcache-client: sudo gem install memcache-client
  • Membase: http://membase.org

Starting Application

Make sure the membase server is running (at 127.0.0.1:11211).

Run:

ruby app.rb

License

MIT

Thanks

Daniel Lucraft (dan@fluentradical.com) for the original Retwis-rb at http://danlucraft.com/blog/tag/retwis-rb