+ 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?
1 Respuesta
+ 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