c# - Send/receive notifications -


i have outlook add-in , separate winform app. these 2 apps need "talk" sending/receiving notifications.

sometimes on same computer , on different computers. several instances runs on same computer different users (rds server). maybe later need talk mobile apps too.

if no want play around tcpip, best , easiset way? don't mind buying server software make easier. must plug-and-play.

i thought microsoft notification hub, doesn't seam works winform.

then there amazon sns, have no experience if works in winform.

do have suggestions?

well can use signalr develop real time notification system easy , can use cross platform because uses websockets node js


Comments

Popular posts from this blog

java - Callback from new thread to class from which thread was initiated -

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -