Is there any Javascript TCP Soket Library for PHP like SignalR with .NET?

前端 未结 3 1095
执念已碎
执念已碎 2020-12-07 01:36

I found SignalR library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications.

Is there any similar library for ph

3条回答
  •  遥遥无期
    2020-12-07 02:13

    Yes their is some other also.

    If you don't want to code so much and your requirement is just push notification then do some research on ONESIGNAL.

    Follow these links:

    OneSignal Documentation

    OneSignal API Reference

    • Make Free Account.
    • Register your Application with ONESIGNAL
    • Consume ONESIGNAL api in your project with their few lines generic code.

提交回复
热议问题