Chat Room development

Hi,

I was wondering if it is possible to create a chat room using Ruby/Rails
(similar to the Java ones used by Talkcity, Yahoo, etc).

Not many people will be using it since it’s just for an educational
experiment. If possible, will it be able to insert the text immediately?
I mean, I don’t know of any techniques besides Java applets that can do
that, which is why I ask here.

Thanks!

Well…
The makers of Ruby on Rails managed to do it nicely at

On 6/2/06, Aditya R. [email protected] wrote:

Thanks!


Posted via http://www.ruby-forum.com/.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

yes but i believe the purpose of the request was to find code to
implement - not to use as is like campfire from 37signals did. I myself
would like to know how to code up a chat too… any other ideas?

Jón Borgþórsson wrote:

Well…
The makers of Ruby on Rails managed to do it nicely at
http://www.campfirenow.com/

On 6/2/06, Aditya R. [email protected] wrote:

Thanks!


Posted via http://www.ruby-forum.com/.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Hi, I would recommend doing google search. For example, I was able to
find the following:

http://www.petercooper.co.uk/archives/001038.html
http://www.rubyonrailsblog.com/articles/2006/08/27/lingr-realtime-rails-chat-2-0

Good luck,

-Conrad