Chatting application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NagarajanS
    New Member
    • Dec 2006
    • 39

    #1

    Chatting application

    Hi,
    i want to develope one simple intranet chatting application using java.How to do that?is any open source is available for this?
    Othewise Can you give me idea how to develope the chatting application?
    Note:
    i want to communicate client to client (don't want sever-client)
    Regards,
    Nags.
  • MarkoKlacar
    Recognized Expert Contributor
    • Aug 2007
    • 296

    #2
    Originally posted by NagarajanS
    Hi,
    i want to develope one simple intranet chatting application using java.How to do that?is any open source is available for this?
    Othewise Can you give me idea how to develope the chatting application?
    Note:
    i want to communicate client to client (don't want sever-client)
    Regards,
    Nags.
    Hi,

    what you need to look at are datagrams (). This is pretty straight forward, the application will be very small and uncomlex so I think you'd be better of creating it on your own instead of downloading an already finished program.

    Start by looking at this link

    Cheers

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by MarkoKlacar
      Hi,

      what you need to look at are datagrams (). This is pretty straight forward, the application will be very small and uncomlex so I think you'd be better of creating it on your own instead of downloading an already finished program.

      Start by looking at this link

      Cheers
      That is a nice link.

      Comment

      Working...