Odonno / modern-gitter-winjs

Windows 10 client of gitter, written in WinJS
https://www.microsoft.com/store/apps/modern-gitter/9wzdncrd2tzj
9 stars 0 forks source link

Send notifications of unread messages when we're offline #10

Closed Odonno closed 8 years ago

Odonno commented 8 years ago

Good point ! We can reuse code (of background task) from the previous project.

Here is a sample code where we can combine C# and JS code to execute background tasks : https://code.msdn.microsoft.com/windowsapps/Background-Task-Sample-9209ade9/view/SourceCode#content

Odonno commented 8 years ago

Finally, didn't reuse C# code but create fully JS background task.