Quantcast

Chat app in Grails

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Chat app in Grails

cazacugmihai-3

 Hi,

I want to build a chat application using grails. For that, I can use cometd or JMS technology.
What is the right approach?

Thanks.



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Chat app in Grails

Tom Nichols
Well, if you want your client to be Javascript/HTML, you (probably)
can't use JMS.

How about XMPP?  There is a JS client implementation of XMPP.

On Tue, Mar 3, 2009 at 3:04 PM, Mihai <[hidden email]> wrote:

>
>  Hi,
>
> I want to build a chat application using grails. For that, I can use cometd
> or JMS technology.
> What is the right approach?
>
> Thanks.
>
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Chat app in Grails

Daniel Honig
Write a chat server in erlang and use JMS to communicate with it via Thrift
Something similar worked for facebook ;)
http://www.facebook.com/note.php?note_id=14218138919




On Tue, Mar 3, 2009 at 3:15 PM, Tom Nichols <[hidden email]> wrote:
Well, if you want your client to be Javascript/HTML, you (probably)
can't use JMS.

How about XMPP?  There is a JS client implementation of XMPP.

On Tue, Mar 3, 2009 at 3:04 PM, Mihai <[hidden email]> wrote:
>
>  Hi,
>
> I want to build a chat application using grails. For that, I can use cometd
> or JMS technology.
> What is the right approach?
>
> Thanks.
>
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Loading...