gorush icon indicating copy to clipboard operation
gorush copied to clipboard

WNS (Windows Notification Service)

Open joeblew99 opened this issue 6 years ago • 6 comments

WNS is pretty much the same as the IOS and android ones. However its designed for Windows Desktop and Mobiles.

I am curious is this is something the community wants ? Or is too early to tell because everyone is waiting to see if MS fails...?

joeblew99 avatar Aug 31 '17 14:08 joeblew99

here is a golang implementation for Windows Desktop notifications. It has zero dependencies and an easy API.

If you decide to look at Desktop integration this looks very good.

joeblew99 avatar Sep 13 '17 12:09 joeblew99

@joeblew99 Where?

appleboy avatar Sep 13 '17 13:09 appleboy

https://github.com/variadico/noti

joeblew99 avatar Sep 19 '17 11:09 joeblew99

@joeblew99 As far as i can see noti only creates a toast by hacking around with powershell and doesn't really use/implement WNS.

pminnebach avatar Jan 09 '18 20:01 pminnebach

@joeblew99 @pminnebach Already implement in https://github.com/appleboy/gorush/pull/310

appleboy avatar Jan 10 '18 01:01 appleboy

I wrote a small go library for sending notifications to WNS some time ago - maybe this will help :) https://github.com/phpfs/go-wns

phpfs avatar Nov 14 '18 20:11 phpfs