Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I'm developing a application where my client application need to receive regular notifications for particular events. I find that to implement pushnotifications we have to do it through cloud.. Is it possible to implement push notifications by our local service

thanks and regards,
harsha
Posted
Updated 16-Oct-12 8:42am
v2
Comments
ZurdoDev 16-Oct-12 10:08am    
Sure. Your client can be listening for them. You need to provide a lot more details though.
Sergey Alexandrovich Kryukov 16-Oct-12 13:19pm    
Absolutely agree. Actually, it all depends on what OP calls a "service". I provided some insightful links, please see my answer.
--SA

1 solution

It all depends on what do you call a "service". I agree with ryanb31: you need to provide a lot more detail. Anyway, this should understand that it would be something well beyond the very limiting client-server model. To get some ideas, please read on "server push":
http://en.wikipedia.org/wiki/Server-push[^].

Compare: http://en.wikipedia.org/wiki/Pull_technology[^].

See also:
http://en.wikipedia.org/wiki/Client%E2%80%93server_model[^],
http://en.wikipedia.org/wiki/Inversion_of_control[^].

—SA
 
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