appleboy / gorush

A push notification server written in Go (Golang).
MIT License
7.83k stars 829 forks source link

WNS (Windows Notification Service) #281

Open joeblew99 opened 6 years ago

joeblew99 commented 6 years ago

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 commented 6 years ago

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.

appleboy commented 6 years ago

@joeblew99 Where?

joeblew99 commented 6 years ago

https://github.com/variadico/noti

pminnebach commented 6 years ago

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

appleboy commented 6 years ago

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

phpfs commented 5 years ago

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