Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I want to build a console based multi- threaded client-server chat application where a client can see who other are online and can connect to another clients for chatting. I'm a beginner and i donno where to start. So can anyone help me please?
Posted
Comments
Sergey Alexandrovich Kryukov 17-Oct-14 0:16am    
This might be not a suitable project for a beginner. Especially if you don't know where to start, a sign of a hopeless case, no matter how much help would you get. Anyway, the answer is: you can do it by doing appropriate software development work. Any questions about that? Read the rules for asking questions.
—SA

1 solution

Hi,

You need to uderstand about POSIX thread class in Linux for these types of application.. Also need to make aware about the port details...

With the help of Thread only its possible to start creating a client or server which waits for the user input from another computer in to the post...

Also you need to make sure that you have an aware about the networking class files in linux and C programs...


Thanks
Ullas Krishnan
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900