sasori Posted June 28, 2022 Share Posted June 28, 2022 Hi, I'm about to implement a chat messaging featureĀ which will be used by both web and mobile platform. I only code in PHP....in some messaging clients or just chatbox from websites, you can see the other person status as "is typing..." this indicates that the application can detect whether the other party is actually doing something in the chatbox right? my question now is, is there a way to implement this by just using php?, without using nodejs , websockets or what not. Quote Link to comment https://forums.phpfreaks.com/topic/314965-chat-related-stuff-using-php/ Share on other sites More sharing options...
maxxd Posted June 28, 2022 Share Posted June 28, 2022 I believe Pusher is your best bet if you're determined not to use websockets, although there may be a better solution these days. Quote Link to comment https://forums.phpfreaks.com/topic/314965-chat-related-stuff-using-php/#findComment-1597651 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.