1 个仓库
Libraries that integrate push notification triggers into Node.js backend environments for mobile device alerting.
Distinguishing note: None of the candidates relate to the specific act of sending push notifications from a Node.js backend
Explore 1 awesome GitHub repository matching mobile development · Node.js Push Notification Integrations. Refine with filters or upvote what's useful.
node-apn 是一个 Node.js 库和推送通知驱动程序,用于通过 Apple Push Notification service 向 Apple 设备发送远程通知。它作为一个 HTTP/2 客户端,管理 JSON 有效载荷的构建和向 Apple 通知网关的传输。 该库支持多种身份验证方法,包括使用 PEM 或 PFX 文件的基于证书的身份验证,以及使用自动续期令牌的基于令牌的身份验证。它包括通过中间代理服务器和安全 HTTP 隧道路由流量的功能,以绕过严格的网络安全规则。 该项目提供了用于定义通知有效载荷和管理交付的工具,允许控制优先级、过期时间戳和折叠标识符等警报参数。它处理异步消息队列、持久连接上的流多路复用,以及针对设备令牌的可靠交付跟踪。
Provides the necessary integration to trigger mobile push notifications from a Node.js server.