bcanseco / warbler

🐤 Auto-generated, geolocation based chatrooms for universities. [no longer maintained]
https://borja.io/warbler
1 stars 0 forks source link

Research notification support #14

Open bcanseco opened 7 years ago

bcanseco commented 7 years ago

AC:

XiaohanYang commented 6 years ago

SignalR Solution: https://www.codeguru.com/columns/experts/how-to-push-data-from-server-to-client-using-signalr.htm If you wanna nice styles in css, here is a good reference: https://tympanus.net/codrops/2014/07/23/notification-styles-inspiration/

bcanseco commented 6 years ago

A free solution meaning an actual notification service (e.g. https://onesignal.com/)

XiaohanYang commented 6 years ago

Gotcha! you want a platform instead of sending from our backend. May hard to find a multiple-platform notification service, but it's easy to find a platform that offers free web push.

XiaohanYang commented 6 years ago

capture