Server response to AJAX request, or a websocket approach. Do you have media to recommend to learn this ? Thank you

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Socket.io

    Realtime application framework (Node.JS server)

    If neither works I do not have experience with the next. But a Socket.io type implementation could work. Could make a simple web API in node to handle just the events/web sockets. Can also look around to see if anyone has made any implementations of Socket.Io for php that would work with the Socket.Io JS client library. Here's one, don't know if it works or how well.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. pusher-http-php

    PHP library for interacting with the Pusher Channels HTTP API

    If you don't mind a third-party service Pusher PHP is a popular option. Would send the event using PHP with this. Then the Pusher JS Library to handle that data on the front end. Probably the easiest.

  4. pusher-js

    Pusher Javascript library

    If you don't mind a third-party service Pusher PHP is a popular option. Would send the event using PHP with this. Then the Pusher JS Library to handle that data on the front end. Probably the easiest.

  5. phpsocket.io

    A server side alternative implementation of socket.io in PHP based on workerman.

    If neither works I do not have experience with the next. But a Socket.io type implementation could work. Could make a simple web API in node to handle just the events/web sockets. Can also look around to see if anyone has made any implementations of Socket.Io for php that would work with the Socket.Io JS client library. Here's one, don't know if it works or how well.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building a custom online chat

    1 project | /r/selfhosted | 14 Apr 2023
  • Hiring: SAAS/Backend Application/Devops for One Time Project

    1 project | /r/devopsjobs | 25 Nov 2023
  • Quelle technologie pour des échanges web instantanés ?

    1 project | /r/developpeurs | 11 Sep 2023
  • Two new official Laravel packages are coming: Laravel Folio & Laravel Volt

    2 projects | /r/laravel | 26 Feb 2023
  • Laravel Websockets and estimated server cost

    1 project | /r/laravel | 23 Jan 2023

Did you know that PHP is
the 14th most popular programming language
based on number of references?