/mini-chatter-faye

100-lines of code Rack Chat App using Faye

Primary LanguageRuby

#Mini Chatter

Minimalistic real-time chat application (merely 100 lines of code) using only Ruby, Rack and Faye. Not for use, just as a basic concept. There is also an exact same application using Websocket-Rack over here.

#Screenshot: alt text

#Usage:

git clone git@github.com:DamirSvrtan/mini-chatter-faye.git
cd mini-chatter-faye
bundle install
rackup -s thin -E production config.ru