Click here to Skip to main content
15,921,295 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Is it possible that for an web application we can create a .exe notifier??

What I have tried:

Jus tried bt i didn implement the idea.
Posted
Updated 24-Aug-16 0:29am
Comments
Patrice T 24-Aug-16 5:50am    
Can you give details of how it would work ?

1 solution

If you need something that will notify web app you can use for example REST protocol for communication and Windows service as a long running process that will send some data over REST, but it really depends on what you want to do.

You can also use WCF services or just do some database notifications...
as I said depends on what you want to do really
 
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