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
0
votes
2 answers

PHP:how to show specific row different from others in MySQL?

I am creating a php chat application and I have two panels of this chat, 1 is admin area and other is client chat area and the content in both panel areas shows from 1 table called messages I want to show only admin content or name in different…
user2579060
0
votes
2 answers

chat website in jsp/servlet

I want to devlelop a chat website using JSP/Servlets and Tomcat. I have following questions: Can the website handle load (1000 people at one time) without slowing down? Will it cause the website to slow down? What is the ideal server configuration…
akshay
  • 295
  • 2
  • 6
  • 12
0
votes
1 answer

intergrate live group chat in node js web application

I have developed a web application using node and backbone js which is in beta now. Now my client wants group chat to be integrated in that application. This chat should take place between users that are signed in to application. Is there any…
Raeesaa
  • 3,267
  • 2
  • 22
  • 44
0
votes
1 answer

Starting an IRC server where only my clients can connect to

I need to start an IRC server but I need to make only the clients I make, able to connect to the server. Maybe I'm not explaining well enough, I am making an IRC client and I want it to be accessible ONLY through MY client, I don't want other…
DomeWTF
  • 2,342
  • 4
  • 33
  • 46
0
votes
2 answers

Real Time Visitor Chat Pop Up?

Are there any PHP/JS based tools that allow me to intitiate a chat invitation to a live visitor on a site, like they do on Bank sites and Salesforce? EDIT: LiveZilla could work, but I'm a Mac user, so I'd like to not have to run it via a VM. Is…
yc8
  • 3
  • 3
0
votes
1 answer

Implementing a chat on a server

Im developing a user based androaid app. And I want to add the option for users to comunicate with each other. In addition I want to allow users to see whos online. I using android as client side. And python as server side. I can lmagen its not…
Shmuli
  • 155
  • 2
  • 13
0
votes
1 answer

Browsers not updating when sockets get emmited

I'm trying to create a chat system. Here it is: The top field takes the name of the user while the bottom textarea takes the message. Once the user pressed enter the middle textarea ( which is disabled) updates itself with the new record. This is…
Bula
  • 2,398
  • 5
  • 28
  • 54
0
votes
1 answer

Chat server and client Implementation

I want to Implement a Chat Server and Client using java like gTalk, what Type of connection should i work on(XAMPP or Socket Connection), please guide me, i want to implement this for my final sem project.It will be a kind of Instant Messaging like…
umesh
  • 1,148
  • 1
  • 12
  • 25
0
votes
1 answer

database stopped on running 500 quires per second

I built a chat application in which chatting page is loaded per every 1second through AJAX, And i used DB2 express-c database for storing messages. one day 500 user at a time used this app at a that time database is stopped working. Is their any…
manohar
  • 43
  • 2
  • 7
0
votes
1 answer

Online communication app

I am trying to make a small online game that allows 100-200 people to operate(like a chatting tool, but mainly just clicking buttons on the user terminals). I've got the user terminal UI and it communicates with my database (MySQL on my server, a…
michael
  • 37
  • 1
  • 5
0
votes
1 answer

what do you call the accordion box in fixed position like a chat box?

what do you call something like a chatbox which when u click it pop ups upward and show a content like a chat box?? i cant seem to find the term to search for that.. all i know is an accordion box which similar to that.. similar to this…
user2609718
  • 21
  • 1
  • 4
0
votes
0 answers

Adding an open chat log to a HTML5 Website?

How can I add a chat section to my website using HTML5, Javascript, and CSS. I want it so I assign a user a random chat username and when they type a message in a textbox it will then display in a log of all the user messages. The data will be…
user977154
  • 1,045
  • 4
  • 19
  • 39
0
votes
1 answer

OpenFire + FastPath WebChat - Pre Fill the User Chat Window with ongoing Conversation

Currently I am using Olark for live chat on my website. I am planning to replace it with an in house OpenFire installation. However, there is one problem. With Olark live chat snippet (which I embed on my website) - if a user opens the website in…
simplfuzz
  • 12,479
  • 24
  • 84
  • 137
0
votes
1 answer

How to create a Real time chat server like skype/facebook/gtalk/paltalk/yahoo-messenger?

I want to create a Real time chat server, Currently i have created a server in that server i use TCP protocol to communicate with clients, When a Client connect to my server i create a new Thread for that client, For now it's working fine as I only…
Kas
  • 3,747
  • 5
  • 29
  • 56
0
votes
1 answer

How to make voice chat between two application over internet?

How can the app in two devices can contact to each other through Internet? In my app, I want the option of calling the other user within the app,ie., it should not use the regular calling service through mobile network(like in apps like Viber,…
NSUserDefault
  • 1,794
  • 1
  • 17
  • 38