Hi All,
I'm trying to learn C on Unix/Linux. I want to create a Chat application using C, on Unix/Linux platform.
Could anyone guide me?
Well, I would want the chat tool to :
--> Be able to connect to multiple clients at a time
--> Display who(clients) are logged in at any point of time
--> Be able to save the conversation if needed
--> Chat server should be able to list all the logged in users too
I am not sure how complex this could be doing in C on Unix/Linux.. But, kindly help me in doing this.
Note: Please refer if at all there is any opensource already with these ( may be more features too) functionality. So that I can have even more clear guidence.
Thanks in Advance.
Soujanya.R
I'm trying to learn C on Unix/Linux. I want to create a Chat application using C, on Unix/Linux platform.
Could anyone guide me?
Well, I would want the chat tool to :
--> Be able to connect to multiple clients at a time
--> Display who(clients) are logged in at any point of time
--> Be able to save the conversation if needed
--> Chat server should be able to list all the logged in users too
I am not sure how complex this could be doing in C on Unix/Linux.. But, kindly help me in doing this.
Note: Please refer if at all there is any opensource already with these ( may be more features too) functionality. So that I can have even more clear guidence.
Thanks in Advance.
Soujanya.R