chat Questions
2
Solved
I'm creating a simple chat application in python using socket programming and I need my socket to accept unlimited amount of connections unlike this "socket.listen(100)" which is limited ...
1
I have an existing web application on the standard PHP/Apache platform. Now, what I want is to add chat functionality, and I want it to be real-time over a websocket, and to that extend I've studie...
2
Solved
I am looking for a solution for developing iOS and Android chat to replace our current (unreliable, maybe poorly written by previous devs) XMPP/OpenFire chat. I came across Firebase which looks goo...
Bornholm asked 20/4, 2015 at 5:26
5
Solved
We are building a chat application on Android. We are thinking of using HTTP REST API to send outbound messages. Wanted to know if it's a good approach or has any downsides compared to using WebSoc...
2
Solved
I already read these topics:
how to use SignalR in Android
Android Client doesn't get data but .net client getting data from SignalR server
I write a simple chat system with Android that works wit...
2
Solved
How do I emit a message to all users in a private chat sharing a conversation_id using node.js and socket.io?
var express = require('express'),
app = express(),
server = require('http').createServ...
Predial asked 12/5, 2014 at 21:14
1
I am having trouble pushing up the entire recycler view when the keyboard is diplayed, it cuts off the message that is previous. I am create a chat view that looks like this xml:
<?xml ve...
Intensive asked 7/10, 2016 at 5:17
3
I am trying to build an iPhone(native) chat app that uses node.js on socket.io.
What is the best way to create chat application on IOS
Is there is any way to create chat application with t...
1
Solved
We are currently implementing an Instant Messaging system on our platform. We need to provide our users a chat history and be able to show the last 5 conversations that user had ( preview like on f...
Statute asked 14/9, 2016 at 10:57
3
Solved
Actually we are using ejabberd server for one of our client's Chat application. Everything is working well except for Group chat.
We are using MUC for Group chat but it is not sending Messages to ...
2
Solved
I want to integrate a public chatroom within my app however I am clueless as how to create the backend.
I use firebase for my app and the setup is simple between two users or a group of users. I c...
1
Solved
I've developed a chat app using XMPPframwork of Robbie Hanson and Openfire server.
I can chat one to one and chat group successfully. But when I get history of chat, I can't get whole history. I us...
Obstreperous asked 26/8, 2016 at 10:4
2
Solved
I am creating chatting application like Whatsapp.
I have successfully write the functionality of Text chat, Image, Audio, Video Transfer. Now I am creating the Multi user chat. After a long R&D...
Broom asked 11/8, 2016 at 11:23
1
Solved
I've little question about Django Channels, WebSockets, and chat applications. Serving with google gets me to chatrooms, where people can connect and start a chat. But I don't know how one user can...
Midshipmite asked 10/8, 2016 at 15:3
3
I'm building a MEAN web application which I hope to deploy on the open internet sometime soon. Part of this application includes a chat feature supported by the awesome Primus abstraction layer bac...
Carisa asked 4/6, 2016 at 15:57
3
Solved
I'm developing a chat app with node.js, redis, socket.io and mongodb. MongoDB comes the last and for persisting the messages.
My question is what would be the best approach for this last step?
...
Groomsman asked 4/8, 2016 at 11:10
3
Solved
I am trying to have a textview similar to iPhone messages, where the textview initially has a constraint (height <= 100) and the scrollEnabled = false
This is a link to the project:
https://git...
Marissamarist asked 20/7, 2016 at 1:37
1
Solved
I am create an app that will share the camera video to multiple peer connection using WebRTC. The server simply provide a room for users, all users in the room will see the camera video. The only n...
3
Solved
I'm working on a chat room application for android. I read different tutorials; some of them use PrintWriter to send data and some of them use DataOutputStream. What is the difference between these...
3
I have made a mutiple client- server chat application using socket programming, which I can deploy on command prompt as JAR files. Now what I have to make changes to run this application on web bro...
Triplicate asked 16/5, 2016 at 12:44
6
Solved
1
Solved
I want to implement hangout like chat into my application. I have been using opentok library. In that i have seen libopentok.so file. Can anyone tell me what is that exact usage of libopentok...
2
Solved
I want to create a chat application for Android and I want to know the best way to do it.
My first option is to use a socket connection between the phone and the server so the server can send any n...
1
Solved
I'm trying to create a simple chat application using sockets in Python (with threads). Application is simple client has to threads one to send data and another to receive. Server has to two threads...
Spruik asked 13/3, 2016 at 11:33
3
Solved
I am trying to write a simple android chat app. I have created a service class which handles all the networking communication. The DatagramSocket binding is in a separate thread. Once in while I am...
Friedrick asked 26/11, 2012 at 15:36
© 2022 - 2024 — McMap. All rights reserved.