• 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

Different types of clients Chatting

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In our application,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) number of clients need to communicate with the server
(many-to-one).
2) number 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 experts(LIVE SUPPORT) (one-to-one).
4) Further the experts must view the connected clients list in their frame ..

…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 !!!
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As I posted in your previous topic, you are a little vague in your requirements. Is there a difference between "clients" and "experts"? What does it matter to the application in question?
In any case, did you look at the link I posted? It answers most of your questions.
 
reply
    Bookmark Topic Watch Topic
  • New Topic