Could you please explain what SignalR does? I guess many on here don't know and I'm one of them
Jeroen
It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.
You may have heard of WebSockets, a new HTML5 API that enables bi-directional communication between the browser and server.
Hi, all I want is to have the server side code logic process the request and pass the response of some sort to the client as javascript to update the status. I'm trying to have a long running server side logic and provide on the application the status using progress bar. It something like that.
i'm currently researching for this also and found this https://medium.com/laravel-4/eaa550829538
hope it helps.
Thanks I've already got on this but will figure out how to implement on my own.
Hope somebody could lead me on a simple demonstration or perhaps an idea will do.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community