Java Socket Working
Hi,
I am developing a chat like project and project have features as text chatting, voice chatting, file send and download. All will work on TCP/IP.
But I am confused in that do I have to create the only one socket run all this features? Will it work?
Or do I have to create different sockets for each feature.
I want to work all this feature simultaneously.
I just want to know how can we run all this features on same socket?If it'll do.
Or what should I do?
I have created all the featured application and they run as single application.
But to integrate all in one single interface I need your guidance.
Thanks a lot...
Any help is deeply appreciated.
|