Hi headshot9x9,
Thank you for your post.
According to your description, asp.net SignalR is suitable for this scenario.
ASP.NET SignalR is a library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to connected clients instantly as it becomes available,
rather than having the server wait for a client to request new data.
For more information, link blow is for your reference. http://www.asp.net/signalr/overview/getting-started
There is a Chat Room example on Code project, you could reference it. http://www.codeproject.com/Articles/562023/Asp-Net-SignalR-Chat-Room
Hoping my reply could be helpful to you.
Best Regards,
Wang Li
Member
38 Points
100 Posts
How to get member online/ofline show in asp,net with Webservices ?
Jun 19, 2015 02:21 AM|headshot9x9|LINK
Hello guys , I want to get member online/offline in asp.net with ajax and webservice but i don't known.
Notes : not use membership in asp.net . It's same status online/offline in facebook.
Share me about this reference.
Thank guys.
ajax Webservices Session
Star
9859 Points
974 Posts
Re: How to get member online/ofline show in asp,net with Webservices ?
Jun 21, 2015 08:50 PM|Li Wang|LINK
Hi headshot9x9,
Thank you for your post.
According to your description, asp.net SignalR is suitable for this scenario.
ASP.NET SignalR is a library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to connected clients instantly as it becomes available, rather than having the server wait for a client to request new data.
For more information, link blow is for your reference.
http://www.asp.net/signalr/overview/getting-started
There is a Chat Room example on Code project, you could reference it.
http://www.codeproject.com/Articles/562023/Asp-Net-SignalR-Chat-Room
Hoping my reply could be helpful to you.
Best Regards,
Wang Li
ajax Webservices Session