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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -