NodeBB PWA
-
@kurt3rd Thanks a lot, man. Awesome stuff.
-
This post is deleted!
-
@kurt3rd said in NodeBB PWA:
groovy
@meetdilip I want help regrading PWA
I want that , when somebody post in a specific category , person should get notification in his mobile. I really exicted about PWA . Plez help me out
-
@abhinov-singh it's not something you can do yourself. If it was, you'd already know about it.
-
PWA are good for your client's business. Alibaba, the Chinese Amazon, notices a 48% increase in user engagement thanks to the browser's prompt to "install" the website (source).
This makes the effort totally worth fighting for !
This bounty is possible thanks to a technology called Service Workers that allows you to save static assets in the user system (html,css, javascript,json...), alongside a manifest.json that specifies how the website should behave as an installed application.
-
@sanatisharif yes i know what a PWA is. It's a lot of work to implement it, and it's not the highest priority for me.
-
We implement many of the best practices for delivering a good mobile app experience, but we are not fully PWA yet. Unfortunately, we do not have a timeline for this feature, but I'd recommend opening up a new issue on GitHub for discussing this
-
@julian Thanks for the reply. I will open up a new issue on Git, however need to have the site ready in two weeks. In the meantime I am trying to add a service-worker.js file to the root of NodeBB. I have tried setting the location in Nginx, without any luck.
Without writing a plugin is it possible and if so what is the correct method?