I have a page where the user can add / update entries. Code written in Laravel 5.2
Say I opened the Chrome Add / Update page with the same URL in FireFox. So, if the user creates a new entry in the Chrome browser, the information should be immediately sent to Firefox. This way, I don't need to send ajax based rejeust to the server to show the complete list.
My question is: where should I start for this? Is there any blog that I can go step by step?
source
share