Re: Chat using Socket and Thread

2019-04-24 Thread Cym13 via Digitalmars-d-learn

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?


Chat using Socket and Thread

2019-04-23 Thread Allison via Digitalmars-d-learn
How to make a chat for several users chat? Using socket and 
thread.