Wednesday, March 1, 2017

Is there any Alternative of SignalR ASP.NET in php (specifically Laravel)

I am working on an api based on laravel version 5.3.

It's going to be like Telegram api that can respond to various clients that written with android, iOS or web version(angularjs).

One thing that is an Impartible part of that kind of api is realtime operations.

According to the survey that I did there is a signalR library for ASP.NET that makes developing real-time web functionality easy for ASP.NET developers.

SignalR supports Web Sockets, and falls back to other compatible techniques for older browsers like :

Now I wanted to know that for php and specifically Laravel, Is there a tool that is also easy to write realtime apis?




via A.B.Developer

Advertisement