Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to send a message in asp.net(vb) in my own web application to specific client computers.

Consider 2 users using the application and if any changes made by user 1 should be notified to the other user by sending a text message to the user(IP address is known)as a notification in the same time.

Note: Its not a chat application.
Posted
Comments
Deepu S Nair 27-Jan-15 1:26am    
What have you tried?
[no name] 27-Jan-15 1:28am    
I tried by simply storing in the database and retrieving it. But the catch is, it calls the database once in every 10 seconds. I need an alternative for this.
Sinisa Hajnal 27-Jan-15 2:27am    
There is very little you can on the web with this particular situation. By definition, server responds to requests. That said, I remember reading on CP an article how this can be accomplished, but unfortunately, I don't remember any specific detail.

You could send e-mail, but I'm guessing that is not what you need.

I think you need Real Time Notification using SignalR[^].

If you don't know what is that, read - Introduction to SignalR[^].
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900