Skip to main content

Questions tagged [chat]

Generic term for "Instant Messaging System". It can also represent a discussion that occurs in an Instant Messaging System.

-3 votes
0 answers
30 views

Designing a multi-threaded chat server [closed]

I am working on a small personal project to create a multi-threaded chat server using TCP sockets in C. I want to avoid the one-thread-per-client model as I already implemented that. I decided to use ...
threads23's user avatar
0 votes
0 answers
22 views

how to use tags in text in shoutbox

I want to have some kind of shoutbox with tags in html (server side is php and mysql). I need 3 kinds of tags (persons, items, sockets). I think that i need to use some JS script to do that. Tags will ...
Krzysztof Stasiak's user avatar
0 votes
0 answers
4 views

Query all channels with unread messages by an specific user in StreamChat sdk for iOS app

https://getstream.io/chat/docs/ios-swift/query_channels/ In above link have option to filter and sort based on options they provide. But not able to create query to only get channel list only having ...
Mehul Chuahan's user avatar
0 votes
0 answers
20 views

Do Push Notifications make Websockets obsolete for a chat app with Flutter? [closed]

I've currently configured FCM to use push notifications within my flutter app for both iOS and Android. The website of the concerned app uses a chat app that uses polling to simulate real-time ...
DevelJoe's user avatar
  • 1,132
-2 votes
0 answers
23 views

How can we manage block in chat app like whatsapp, [closed]

How can we manage block in chat app like whatsapp, if one user block other user, other user still message but can't deliver to other user. And most importantly how they manage last message and last ...
Manish Kumar's user avatar
-1 votes
0 answers
27 views

Integration of WhatsApp group links into a web application? [closed]

I’m working on a project that involves the integration of WhatsApp group links into a web application. My website is this whatgroups I'm looking for guidance on the best practices for securely ...
Battuta Adventure's user avatar
0 votes
0 answers
8 views

embed Live chat on my website with translator

Is there any live chat system which has a translator? for example: my staff received a user's message, and the user doesn't type english, but this system translated it into english automatically i ...
alize's user avatar
  • 1
0 votes
0 answers
14 views

Socket io group chat logic

I'm building a chat app and i'm comfused at some point how should be socket io logic these are my things plese share if there is a more optimal option 1-) The new message events are emit for all user ...
emirhan's user avatar
  • 19
0 votes
0 answers
23 views

Client is not receiving anything of data in my chat app

I am creating a chat app and want a server to broadcast every message that a client sends it, but the client is receiving no data after the server broadcasts the client message. I am using Lua lanes ...
cosmic coder's user avatar
-3 votes
0 answers
47 views

Javascript is loading so many chats [closed]

hello this is chatbro loader basicly i try to make it day-night mode compatable for my website,but it loads 2 chats on page 1 white 1 black chat when i switch day/night mode it even loads more i just ...
Hilkai's user avatar
  • 1
1 vote
0 answers
68 views

Error in Ollama Functions js (Error(Failed to parse a function call from ${this.llm.model} output: ${chatGenerationContent}))

Can you help me please with this , i try to use ollama to make a chat that can call tools in order to answer to the the user question, I use the same documentation in langachain langchain openai call ...
YASSINE ES-SADANY's user avatar
0 votes
0 answers
51 views

Messaging system in python using socket

I've been working on a fully function Fallout Terminal and so far have incorporated many features, one of which is a chat room to chat between others running the script. I improvised a small chat room ...
TrickyTaco11's user avatar
0 votes
0 answers
26 views

Unable to render the streamming response from open AI chat_completion API via Quart to React

I am experiencing an issue while streaming responses from the OpenAI Chat_completion API through my Quartz backend to my React frontend. Specifically, the chunks of data processed from the backend are ...
Anik De's user avatar
0 votes
0 answers
16 views

Requests to "@MessageMapping" (with WebSocket) don't work

I have a problem. I'm managing a fake dating app with my colleague in order . I'm in charge of the Db (via Java SpringBoot) and I'm trying to implement a real-time one-to-one messaging system with ...
Litmanen84's user avatar
0 votes
0 answers
11 views

saving user data in localstorage for chat application using MERN giving problem while using app in different tabs

after login I saved user data in localstorage to authenticate user. The problem is login from different chrome tabs for chatting, user data in localstorage after login is different but while ...
Khushboo Kachhi's user avatar

15 30 50 per page
1
2 3 4 5
394