Questions tagged [chat]

Universal description for an 'Immediate Correspondence Platform'. It may alternatively symbolize a conversational exchange taking place within such a system.

"Utilize the power of the ajaxform jQuery plugin to automatically reset form fields

Initially, I'd like to emphasize that this is an original inquiry. My predicament is as follows: I have a chatroom php script where I utilize the ajaxForm jQuery plugin to seamlessly send new messages without having to reload the entire page. However, t ...

display active users in the chatroom sidebar

Currently, I am working on developing a chatroom application but have encountered an issue with displaying online and offline users. I have implemented a session for tracking online users - when a user logs in, the session is updated in the database to ind ...

Engage in a conversation with ASP.NET and SQL Server

I need to create a chat feature using asp.net. All the chat messages will be stored in a SQL Server database. Is there a way to display new messages from the database in real time? How can I get notified when another user sends a message? I have heard ...

Guide to adding server action listeners in a Vue.js application

I am currently working on developing a straightforward chat application using vuejs and socketio. My goal is to send messages from one user to all other users in the chat. Below is the code I have implemented on the server side to achieve this: io.on(&apo ...

Can switching to polling data from a SQL database instead of a file in a chat application lead to improved performance?

Currently developing a chat application and considering using a SQL database for it. The challenge is that I've come across conflicting information online regarding the performance of using a DB versus a regular file (such as Text or JSON). User expe ...

Utilize the converse.js plugin to set up a secure room with password protection

I'm looking to set up a password-protected room. Currently, I can create a public room and add a password in the configuration settings. However, I have to start by creating an unsecured, public room first. Is there a way to create a room with a pas ...

Stop duplicate messages from appearing in AJAX chat feature (JavaScript, PHP, MySQL)

I developed a real-time chat system using AJAX, Javascript, PHP, and MySQL. Chat data is sent via JSON from a PHP page that retrieves information from a MySQL database. Each message is stored in an array and fetched through an AJAX call at regular interva ...

Learn how to implement a feature in your chat application that allows users to reply to specific messages, similar to Skype or WhatsApp, using

I am currently working on creating a chatbox for both mobile and desktop websites. However, I have encountered an obstacle in implementing a specific message reply feature similar to Skype and WhatsApp. In this feature, the user can click on the reply butt ...

Tips for transferring large data without a page redirect using jQuery's post method:

Seeking advice on how to send large data via jQuery POST without redirecting the page. I'm working on a mobile chat project where communication between user app and server is done using JSON. The issue arises when dealing with big data as the jsonGet funct ...

Calling the method getFileContents() of AJAXChatFileSystem statically is not recommended

While configuring Ajax-Chat on my Apache Server (2.4) with PHP 7, I encountered the following error message: Deprecated: Non-static method AJAXChatFileSystem::getFileContents() should not be called statically in C:Apache24htdocsserviceschatlibcla ...

Capacitor-enabled Ionic Audio Recording

Finally completed my chat app, but I am looking to enhance the voice messaging feature to be more in line with Messenger rather than a standard file.wav format. Any suggestions or ideas would be greatly appreciated! https://i.stack.imgur.com/soXZC.png Cu ...

Incorporate chat functionality into a Flutter app without relying on Firebase

Looking to add chat functionality to my app as a feature request. The backend is built in nodejs, so I'm exploring different ways to achieve this. Tried using socket.io but ran into compatibility issues between socket.io and flutter. My preference is not ...

What are the steps to integrating a chat feature into my web application using Vue and Java EE?

I have developed a Web Application using Vue.js, REST(JSON), and Java EE with Payara Server as the backend. Now I am looking to integrate a chat feature into my application. The chat should include fixed chat rooms (global, groups) as well as private user ...

Exploring the variation between server port and websocket port in a Node.js chat system

I'm currently working on developing a multi-room chat application in node.js that uses socket.io and express. I've been having some confusion regarding the differences between the server port and the websocket port. As far as I know, the server port is use ...

Node.js Friendship NetworkIncorporating Friendships in Node

Currently, I have successfully set up a real-time chat application using node.js and socket.io. My next goal is to allow users to create accounts, search for other users by username, and send friend requests to start chatting. I have tried searching onlin ...

Issue with the PHP/AJAX (jQuery) chat function

I have developed a Chat script using PHP and jQuery, but I am concerned about the potential strain it may put on the server. Can anyone provide assistance with this? If you have an answer, please share it with me. Thank you in advance. ...

Issue encountered: Unable to establish successful private messaging functionality with NodeJS Socket.io

I've been having trouble for more than a week now while developing my chat app that allows users to send private messages. Unfortunately, the private message function is not working properly. Let me provide you with the code that I'm using when a user wan ...

Quirky PHP Chat feature you'll love

I have been developing a jQuery/PHP chat system for my website to facilitate communication among visitors. I anticipate up to 200 simultaneous users on the website, with only 10-20 users actively engaging in conversations. Here's the issue: On rare ...

Maximize User Engagement: Elevate Interactivity with iWebKit/iPhone Combining the Power of MySQL,

I am currently working on a chatbox that incorporates MySQL, AJAX, PHP, and Javascript technologies. Now, I would like to make this chatbox accessible on my iPod Touch/iPhone by creating a website using iWebKit. Although I have already implemented the pro ...