Questions tagged as 'chat'

0
answers

Facebook Webhooks for Pages

I configured an application to send Webhook Events to my API, as follows: AftersettingupWebhooksintheApplicationthisway(Inscribedname,email): MyAPIisonlyreceivingthefollowingcode: { "object":"page", "entry":[ { "id"...
asked by 16.01.2018 / 16:12
0
answers

Show latest chat messages

Below is the code to display the last messages exchanged in a chat I'm creating. The Chat works correctly, however, when I start a new conversation the last messages I change do not appear, that is, it does not display a history. Follow th...
asked by 07.07.2015 / 18:46
1
answer

Why server requires open ports on an access modem but the client does not?

I had this doubt as to how I was thinking of creating a chat for direct communication between two computers whether local or remote. This will be my first study project in which I apply network communication. So I realized that to create a serve...
asked by 14.05.2017 / 01:04
1
answer

JavaFX - locked screens

All JavaFX screens crash when the server is powered on. I tried to use a task but it does not seem to work. The program works even with the screens locked but I would like to be able to access the interface while the server is turned on. I...
asked by 19.05.2018 / 21:36
2
answers

How to create a chat application with Firebase and Android? [closed]

I want to create a chat with Android and Firebase, all the tutorials I saw on the internet are not complete. I would like to know how you chat using these two tools. You do not need to be like Whatsapp, but you can achieve the goal of sending...
asked by 07.11.2016 / 21:17
1
answer

Another global chat room. What is the technology for this type of application? [closed]

In this link we have one more global chat room. Interestingly, it seems to use google map. Could anyone clarify which technology and technology involved in creating an application like this? I know it sounds like a subjective issue and it's...
asked by 27.04.2016 / 23:05
0
answers

Chat in CakePHP

My colleague and I developed a chat in CakePHP 1.2 (the system is somewhat old) using Ajax. But the only problem is that it needs to be making requests to the database at all times, with a defined interval, in search of new messages, more or les...
asked by 27.03.2017 / 14:27
0
answers

Multi thread chat

I'm developing a bot chat, the question with the answer that the bot gives is all right, my problem is when more than one person contacts the chat, he is treating as if both were one, I I believe the problem is in the way that I am handling the r...
asked by 13.03.2017 / 21:11
0
answers

Websocket and CakePHP

How to integrate Websocket into a CakePHP 1.2 system running on an Apache server with a PostgreSQL database? I need to do a chat, and all the conversations will be saved in this bank, separated by system users, like Facebook. The current c...
asked by 28.03.2017 / 16:58
0
answers

What architecture do you use to develop Java Chat? [closed]

And the staff, Next, I'm starting a project to do a chat, a widget actually. It's all still on paper. The idea is that any ERP system can implement this chat ... but I'm at the beginning, and I have no idea how to do the architecture of this...
asked by 02.08.2016 / 18:11