且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在asp.net中为Web应用程序创建Chrome通知?

更新时间:2022-11-06 18:39:03

Mozilla开发人员网络具有API的文档:
使用Notifications API | MDN [ ^ ]

有一个方便的API开源包装器:
Notify.js-方便的包装器适用于Web Notifications API [ http://signalr.net/ [ ^ ]
Mozilla Developer Network has documentation of the API:
Using the Notifications API | MDN[^]

There''s a handy open-source wrapper for the API available:
Notify.js - A handy wrapper for the Web Notifications API[^]

If you want to trigger notifications from the server, rather than from the client code, then take a look at SignalR:
http://signalr.net/[^]