Click here to Skip to main content
15,901,505 members

Comments by Hassue Rana (Top 6 by date)

Hassue Rana 20-Mar-14 16:06pm View    
and also remember sockets doesn't works behind the firewall but signalr works because it uses http
Hassue Rana 20-Mar-14 16:04pm View    
Deleted
in that example you'll find everything u need just download code and run in visual studio... even if you use signalr you can use any kind of client like java , winform , wpf etc... and also you can find signalr self hsot server examples in example if your project is not in asp.net then find signalr example appropriate to your project
Hassue Rana 20-Mar-14 16:04pm View    
in that example you'll find everything u need just download code and run in visual studio... even if you use signalr you can use any kind of client like java, dos , winform , wpf etc... and also you can find signalr self hsot server examples in example if your project is not in asp.net then find signalr example appropriate to your project
Hassue Rana 20-Mar-14 15:40pm View    
in that example of signalr you can find the ConnectedUsers that is a list of connected users
and also theres list of messages sent by clients you can easily compare on server.
Hassue Rana 20-Mar-14 15:04pm View    
yeps u can also do it using task scheduler as well but i am quite use to with windows services.