thanxs DigiMortal.I tried ChatApp by SignalR & it worked for basic level ,now i am trying new things with that ,Is it possible to do one to one chat by using SingalR ?
I tried ChatApp by SignalR & it worked for basic level ,now i am trying new things with that ,Is it possible to do one to one chat by using SingalR ?
Yes it's possible. You can use the Clients.Client(ConnectionIDHere) to send the messages to specific client. In the client side, you can use the below code to get the connectoin ID of client
$.connection.hub.id
EDIT: I've posted an artile about this whole thing in my blog, yesterday. Give it a read. There I've shown how to do one to one chat using SignalR. :)
rhlgrg111
0 Points
2 Posts
About Web Chat App
Feb 03, 2013 03:42 PM|LINK
I want to start web chat app asp.net via c# please guide me how to start?
DigiMortal
Contributor
5728 Points
954 Posts
MVP
Re: About Web Chat App
Feb 03, 2013 03:57 PM|LINK
I suggest you to use ASP.NET and SignalR. Take look at this tutorial.
Also visit my ASP.NET blog or follow me @ Twitter:twitter.com/gpeipman
Primillo
Star
8841 Points
1701 Posts
Re: About Web Chat App
Feb 04, 2013 05:02 AM|LINK
Hi
Take a look here:
http://www.lmgtfy.com/?q=asp.net+chat+sample
Primillo
http://www.facebook.com/programandopuntonet
geniusvishal
All-Star
15163 Points
2953 Posts
Re: About Web Chat App
Feb 04, 2013 05:57 AM|LINK
Here are few of them:
http://www.makeuseof.com/tag/5-alternatives-to-meebo-for-web-based-multi-protocol-instant-messaging/
My Website
www.dotnetvishal.com
rhlgrg111
0 Points
2 Posts
Re: About Web Chat App
Feb 05, 2013 03:47 PM|LINK
thanxs DigiMortal.I tried ChatApp by SignalR & it worked for basic level ,now i am trying new things with that ,Is it possible to do one to one chat by using SingalR ?
Ruchira
All-Star
44342 Points
7194 Posts
MVP
Re: About Web Chat App
Feb 10, 2013 11:38 AM|LINK
Hello,
Yes it's possible. You can use the Clients.Client(ConnectionIDHere) to send the messages to specific client. In the client side, you can use the below code to get the connectoin ID of client
$.connection.hub.id
EDIT: I've posted an artile about this whole thing in my blog, yesterday. Give it a read. There I've shown how to do one to one chat using SignalR. :)
http://ruchirac.blogspot.com/2013/02/creating-chat-application-in-aspnet.html
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.