Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 343 Bytes

README.rdoc

File metadata and controls

14 lines (9 loc) · 343 Bytes

CHATTY

Chatty is a Gmail like instant chat application implemented in rails using private_pub gem for near-realtime instant chat.

Steps to start full feature application.

Step1

rails s

step2

rackup private_pub.ru -s thin -E production

Contributing

Feel free to clone the app, make improvements on it and submit a PR ;-)