• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

i want to know how we can create full duplex chat application.. which work on different machine...

 
Greenhorn
Posts: 10
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello friends.. am new in java.. i want a create one chat application which is full duplex and work on different machine like Clint and server both are in different machine.. can any one give me a idea.. please.. how can i do this.. or anyone have a already ready this code then please post it... do the needful...

Thanks in Advance..
 
Bartender
Posts: 1952
7
Eclipse IDE Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to build something all the way from the ground up, including your own application level protocol, you could start by reading the Socket and/or Datagram tutorial.
 
Dhaval Vithalani
Greenhorn
Posts: 10
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you very much for your valuable answer.. can i get any relative code for reference???
 
Jelle Klap
Bartender
Posts: 1952
7
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are examples of rudimentary client / server implementations in the tutorials I linked to.
Oh, and a welcome to the 'Ranch by the way, I didn't notice you were new here
 
Dhaval Vithalani
Greenhorn
Posts: 10
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is it possible for you to give me any link for that???
 
Dhaval Vithalani
Greenhorn
Posts: 10
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you very much dude.. am register last month but use this site first time...once again thanks a lott...
 
Jelle Klap
Bartender
Posts: 1952
7
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The links I put in my first reply do include code samples, both in the tutorial text and as links to complete .java files.
 
Dhaval Vithalani
Greenhorn
Posts: 10
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jelle Klap wrote:Well, not me, no. I doubt anyone else here has that kind of time, unfortunately, which is why we are NotACodeMill.
The links I put in my first reply do include code samples, both in the tutorial text and as links to complete .java files.




it's ok.. i understand..thank you very much for this much..
 
Sunglasses. AKA Coolness prosthetic. This tiny ad doesn't need shades:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic