Chat server with async/await using .net 4.5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Chat server with async/await using .net 4.5

I'm want to create a chat server with multiples clients using async/await way, provided by .net 4.5. Anyone has some idea where I can find some resorce to help me?

1st Aug 2017, 4:30 AM
Fernando Luz
Fernando Luz - avatar
1 Answer
+ 2
Take a look on signalR library. I have used it to synchronize two interfaces Realtime and it is easy to use. One of the examples is a simple chat program to show its features https://www.asp.net/signalr
23rd Aug 2017, 7:17 AM
Morten Brask Jensen
Morten Brask Jensen - avatar