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

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

Is there a similar library for php that also does the same job as signalR ??

+4
source share
2 answers

Yes, please find information at:

(1) http://php.net/manual/en/sockets.examples.php

(2) You can also create real-time applications with PHP and WebSockets

PHPWebSockets is a WebSockets server written in PHP ( https://github.com/ghedipunk/PHP-WebSockets ).

WebSocket , . WebSockets.php , , WebSocket. WebSockets.php WebSocket.

+5

, .

, - push-, ONESIGNAL.

:

OneSignal

API OneSignal

  • .
  • ONESIGNAL
  • ONESIGNAL api .
0

Source: https://habr.com/ru/post/1629303/


All Articles