Real-time chat with push notification

前端 未结 4 1842
感动是毒
感动是毒 2020-12-25 10:34

I am working on a private messasing functionality for my site, is there a way to get push notifications from the server, that the user has received a new message?

th

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-25 10:37

    There are a lot of good libraries that help you to do this

    XMPP - BOSH is a good combination which I use on my websites

    XMPP servers

    Ejabberd, Openfire I use ejabberd

    You can use Strophe along with Ejabberd to capture notifications in javascript. If you want to send notifications from code

    There are libraries like JAXL and XMPPHP that let you do this, but this is in PHP.

提交回复
热议问题