aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes Sending a message between two diff clients !! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply locked New topic
Author

Sending a message between two diff clients !!

Siva Gandlapalli
Greenhorn

Joined: Mar 01, 2009
Posts: 2
We are thinking to develop a project implementing networking (socket programming) and multi threading…


Is it possible to develop a chat application with the following requirements:
1) no of clients need to communicate with the server
(many-to-one).
2) no of experts need to communicate with the server(many-to-one).
3) the server has to exchange the messages(text, voice, video) between connected clients and HRs (one-to-one).

…Is it possible to achieve this requirement using these technologies……….. If no, then which technology do you think supports the requirement???
Thanking you in advance !!!
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8264

Welcome to the JavaRanch.
Please Use Real Words when posting. When you say " no of clients need to communicate with the server " I don't know if you mean that clients willl communicate with the server or they will not.

2) no of experts need to communicate with the server(many-to-one).

Can you clarify this point? I have no idea what "experts" are.

For an example of how a server may serve multiple clients (which is what I think you are looking for), have a look at this tutorial.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Sending a message between two diff clients !!
 
Similar Threads
Need Coding
EJB Question
SCEA Part II - Client side
File trasfer between machines
Different types of clients Chatting