• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

How to make a chat messenger using Java

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,has any one been working on a chat messenger (yahoo/msn) or chat client( mirc ) ? I am trying to find out all about how they work and what would be the most efficient way to implement one using Java.
I dont want to start developing one of my own but i would certainly like to contribute and learn from any existing projects. Please mail me.
 
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One of my old companies created a chat program. It was pretty straight forward. In fact, a general intro to Java book I had as far back as 1997 (maybe even earlier) had a chat example at the end. It was trivial, but demostrated the basic principle. There's nothing overly complicated about them; once you understand the basic idea and know Java well, you can write one.
I'd also guess there's at least one Java based open source chat program out there.

--Mark
 
Gravity is a harsh mistress. But this tiny ad is pretty easy to deal with:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic