MatthieuLemoine / electron-push-receiver

A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).
https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0
MIT License
191 stars 62 forks source link

Is it possible to receive notifications using port 443? #94

Closed yusukeiwabuchi closed 1 year ago

yusukeiwabuchi commented 1 year ago

Hi, Matthieu!

I'm truly grateful for the user-friendly library you've created. I've also read your blog.

I understand you must be quite busy, but if you could spare some time, I would appreciate it if you could answer a few questions. Thank you!

Background

I've been trying to implement notifications using push-receiver, but I often encounter cases where it doesn't work well.

The main issue is the firewall. Port 5228 is not very commonly used, and many companies restrict outbound communication on this port.

Question

Is it possible to implement notifications using port 443? If there are any workarounds or solutions, I'd appreciate your advice.

yusukeiwabuchi commented 1 year ago

I found a workaround! Close this Issue.