我正在尝试向仅使用浏览器的移动用户实施推送通知(没有专用的移动应用)。使用service-worker可以做到这一点: https://developers.google.com/web/updates/2015/03/push-notifications-on-the-open-web
问题在于我无法测试它。 service-worker需要https或localhost。我没有https也没有域名,所以我只有localhost。
我试图在我的android中设置hosts文件,所以我的ip将由localhost指向 - 但我没有root访问权限,所以我无法更改hosts文件。
我尝试使用模拟器 - 但“localhost”是本地设备。容器机器是10.0.2.2。
所以我的问题是 - 如何使用service-worker localy测试推送通知?