Skip to content

bryant1410/mini-chatter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Chatter

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

Screenshot:

alt text

Usage:

git clone git@github.com:DamirSvrtan/mini-chatter.git
cd mini-chatter
bundle install
thin -R config.ru start

About

100-lines of code Rack Chat App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.3%
  • Ruby 41.7%