www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Chat using Socket and Thread

reply Allison <allisonsampaiox gmail.com> writes:
How to make a chat for several users chat? Using socket and 
thread.
Apr 23 2019
parent Cym13 <cpicard purrfect.fr> writes:
On Tuesday, 23 April 2019 at 22:02:59 UTC, Allison wrote:
 How to make a chat for several users chat? Using socket and 
 thread.
First of all, there are many tutorials on the internet covering that exact topic for different languages. I don't think there are many tutorials for D, but you should definitely be able to understand the concepts and translate them, the vocabulary and strategy is the same. It's possible to guide you through the creation of such a chat but it sounds like a school exercise and if so you'll only benefit by trying them yourself as much as possible. So what did you try? What is your strategy? What didn't work? Where are you blocked? Why are you trying to do that in the first place?
Apr 24 2019