Hi guys.
Is there any way to send push notification to users in elgg? It must be real time like facebook notifications. I need to use it through elgg werb service API.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- ura soul@tunist
ura soul - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- enRaiser@enraiser
enRaiser - 0 likes
You must log in to post replies.We use JS+custom Elgg action for same thing with setInterval() function.
Cron could help you too
juho and others are partway through coding a full plugin solution to do this and also push chat messages. i don't know how far they have got.
yep: https://github.com/juho-jaakkola/elgg-live_chat
If you are not using Shared Hosting, then You can use Websocket interface by running an Separate chat process(out of apache). I have implemented it. Its just 100 lines of code. Any other solutions are resource hungery because it goes via Web-Server(Apache/Nginx). and Web Server is not meant for live connection.