Questions tagged [livechat]

Live chat is software or web widget which allows users to communicate with each other, or with an administrator in real time.

Live chat is software or web widget which allows users to communicate with each other, or with an administrator in real time.

Usually, live chat software performs constant asynchronous requests to the server in order to constantly keep the messages and the status up to date.

There are live chat instances where more than 2 users can communicate - usually these are called Chat Rooms. Also, a wide-spread alternative of live chat is the Video Chat - this is live chat, which works together with video broadcasting, sent and received simultaneously from each user.

273 questions
31
votes
1 answer

Is there any way to get the live chat replay log/history for YouTube streaming video?

I’ve been doing research on online chat message patterns recently. I’ve chosen YouTube and Twitch.tv for the chat message sources. I’ve found chat loggers for real-time livestreams, but I also need acquire the chat log/history for already…
kkorona
  • 425
  • 1
  • 4
  • 8
11
votes
4 answers

place online to do shared coding for interview

I'm giving a phone interview soon, and ideally, I'd like to see the candidate write some code in real time. Can anyone suggest a site where we can both go and he can type while I watch. (I'm behind a fairly strict corporate firewall, so a lot of…
sprugman
  • 19,351
  • 35
  • 110
  • 163
11
votes
4 answers

SignalR multiple chat rooms

I am planning to create a chat application, and I've read that SignalR is one of the best technologies to apply. I've seen examples of it, but they only have a single chat room. I want to have multiple chat rooms. The user will just choose one of…
raberana
  • 11,739
  • 18
  • 69
  • 95
8
votes
2 answers

Pop up widget through script

I am looking forward to create a popup window, see the attached screenshot. Details: - Anyone can add this pop up to their website using a script, that i will share. - This script/pop up will be later used in the chat application that i am…
7
votes
0 answers

YouTube Live-Chat API and pollingIntervalMillis

I'm trying to get all comments of a YouTube live-chat. Im successfully getting them with a WWW request with my client in Unity. The YouTube API offers a nextPageToken = {RANDOM_TOKEN} to get results of the next page, since it only shows me 75…
Andy Front
  • 71
  • 3
7
votes
2 answers

chat app. for django

Is there any facebook like chat application to integrate to django.If so please give an example and the source link Thanks..
Hulk
  • 32,860
  • 62
  • 144
  • 215
7
votes
2 answers

Which is the best method to excecute a task repeatedly in android ? (Eg :- Refreshing scores, Update Ui)

In android there are some options for refresh handling such as Timer, TimerTask, ScheduledExecutorService, AlarmManager & Handler. Which is the best method to do this. Did anyone checks the resource utilization of above mentioned methods?. I am…
Sujith
  • 7,543
  • 1
  • 28
  • 38
7
votes
3 answers

Coldfusion 10 - Live One on One chat with Websockets

Does anyone know of any examples or pages that I can go to that implements a Live one on one chat using the CF10 Websockets? All the examples I found on the net were those of group chats where users subscribes to a certain channel. I need it so…
Guest
  • 381
  • 2
  • 7
  • 22
6
votes
1 answer

Php Based enquiry real time chat using server sent events.(Many to one system Not group chat)

I am trying to build a live chat enquiry form in a website using html server sent events. I am following this tutorial as base for it Here is what i intend to do based on this tutorial At client side User is asked for username .This is used as a…
codefreaK
  • 3,584
  • 5
  • 34
  • 65
5
votes
3 answers

Clear input field using React hooks

I'm building a live chat-app and having trouble with clearing the input field. After form is submitted, I want the input field to be cleared. I changed the state to an empty sdtate but not working at all. import React, { useState, useEffect,…
Henry
  • 199
  • 3
  • 3
  • 11
5
votes
2 answers

Node js - Creating persistent private chat rooms

I've been reading so much a bout node js lately, and the chat capabilities seem very nice. However, the only chat examples I've seen basically broadcast a chat server to a fixed URL (like a meeting room). Is it possible to use node js in part to…
smpappas
  • 85
  • 1
  • 6
5
votes
3 answers

Align text with bottom as it comes in during a chat?

I'm building a custom web chat application, and while I have the basics worked out, I've been wondering if this was possible... right now, the chat comes in at the top of the div, and when it reaches the bottom, the div starts scrolling. This works.…
Andrew
  • 5,095
  • 6
  • 42
  • 48
5
votes
2 answers

How to implement dynamic chat application in Ios using php, Something related to Skype like application

I am trying to implement a chat application in IOS. In general We use two php files one for posting a message(sender) another for retrieving the message(receiver). I want to accomplish the following: Consider A(sender) and B (Receiver). A sent…
Ramaraju.d
  • 1,301
  • 6
  • 26
  • 46
5
votes
1 answer

Android ADD FRIEND using Smack

I am new to the use of smack library and making one chatting application. I have made upto much extent and at this step i want to ask two questions. when i add a friend the friend got added in my list but there is not any notification sent to the…
Gaurav Arora
  • 8,282
  • 21
  • 88
  • 143
4
votes
3 answers

Develop a Instance Messaging Client + Server for Android

Hi I need to develop a fully functional IM solution (like viber or whatsapp) for android. It will have the basic chat features plus many more. Can any one direct me on this. I don't want to re invent the wheel so my target is to use the existing…
Maxi
  • 285
  • 6
  • 20
1
2 3
18 19