chat

Ajax polling.

In the project i am currently working on, we have the need to develop a web chat application, not a very complex chat, just a way to connect two people to talk about a very specific topic, we don't need any kind of authentication for one of the two users, we don't have to support emoticons, avatars, or stuff like that. Some project memb...

Best chat/IM tool for developers?

What is the best chat/IM application you have used and did it have any specific features that would be of use for development teams? ...

How to program simple chat bot AI?

I want to build a bot that asks someone a few simple questions and branches based on the answer. I realize parsing meaning from the human responses will be challenging, but how do you setup the program to deal with the "state" of the conversation? EDIT: It will be a one-to-one conversation between a human and the bot. ...

Do you chat online for work purposes?

I've worked with folks who are chatting online with their peers, constantly batting around ideas. I've also worked with folks who adamantly refuse and think it's a waste of time. Are online live chatting forums of particular use to you? Why or why not? Internal to your company, or external and world-wide? Does your employer encourage o...

Simple web "live chat" software (LAMP stack) that integrates with Jabber/Aim

I've looked for this a few times in the past, to no avail. I would like a simple php/ajax web chat interface, that, and this is the critical part, will interface with my IM client (Pidgin) ... via Jabber or Aim. Plugoo is almost what I want, except it is hosted, and flash based. Flash-based would be OK if not ideal, but hosted isn't. N...

Screen sharing OSX<-->windows

I can combine voice chat + screen sharing between two OSX machines using iChat, and it mostly works well. But if one of the machines is Windows, what should I use? I'm trying to demo completed features to an offsite product owner as part of Agile's "done done" practice. Ideally either machine could host the shared screen and either woul...

jsp chatting with ajax

Hi sirs, I am writing one web chat program using AJAX (a little bit). It is working when both users open a chat page, but I want to open a window when one user send data to others. ...

Is it possible to develop plugins for Microsoft Office Communicator?

Is it possible to develop plugins for Microsoft Office Communicator? If so, where does one start -- is there an SDK? ...

Can Anyone Reccomend an ASP.NET MVC Group Chat Control?

I need to provide a window on an ASP.NET MVC web page where registered users of the site can group chat live. Can anyone recommend a component or control that can provide real-time group chat that I can embed on an ASP.NET MVC page? I am willing to use free or commercial components, as well as a web service. I looked into a few web 2....

What are the available solutions for embedding chat functionality into website?

We want to implement chat on our website so that users can communicate with each other. Our general requirements are: It should be rendered on our web pages, but it could be rendered in an IFrame or something like that. The users of our website are part of the general public, not internal teams, so we don't want them to have to ins...

Capturing MSN Chat via Memory

Is it possible, or does anyone know the best way to capture MSN chats? I was thinking about attaching to the MSN process, and messing about searching for static addresses for conversations, to capture them. (This is all on the windows platform using c++) ...

Use HTTP Keep-Alive for server to communicate to client

Recently in an interview I was asked how I would approach an online chat client application. I went through the standard "polling" solution but was cut off because the interviewer was looking for the "HTTP 1.1 keep-alive" method. Having used HTTP for quite a while and remembering that the whole point was to be "stateless", this never o...

Server-side Push in Rails

I'd like to implement a scalable chatroom in rails using AJAX. I know from research that the only scalability happens with a server-side push. My two questions are: 1) In a reasonably efficient chat server, at what point does polling become prohibitive? 2) I really don't want to use Juggernaut. I don't know much about how comet works...

Feasibility of ASP.NET based MMOG

Hi, I want to develop ASP.NET C# based MMOG (Massively multiplayer online game). I would be using ASP.NET Ajax control kit, jquery and MS SQL server 2005. Q.1)How feasible .NET 3.5, ASP.NET with C# in handling thousands of users simultaneously. I would also incorporate ASP.NET ajax based chatting system with chat rooms alongside the ...

Developing a Video Chat Application with high quality video streaming

I am working for a company where we are developing video chat support on an existing application. I have looked at various solutions for this like Using Managed Direct show for video capture and streaming in C# Some code samples in code project where we take an image and pass it over the network (I would call it rather a crude solution...

Is there a super-high-load (Ajax) chat script out there?

For a pet project, I have been looking for a web chat script capable of running potentially tens of thousands of users simultaneously. I don't want to use any kind of applet or browser extension, so on the client side, it should be simple Ajax. On the server side I'm pretty much open to anything. I'm not looking for bells and whistles, ...

How can I implement live chat on website?

I am wondering how to implement a live chat on a web site using .NET (C#) And whether it can be linked to your Windows Live Messenger somehow. ...

Silverlight sockets or db requests?

I am currently coding an online turn based rpg for an assignment. In the game players can chat with each other and send their actions once they complete a turn. What is the best way to take care of the data exchange between the players. Sockets or storing all information in a database and the program periodically does requests to check f...

ASP.NET chat client

What's my best bet for implementing a simple chat client (2-person) in an ASP.NET 1.1 application? I'm using ExtJS for the front-end so if it integrates well with that it would be great. ...

Implementing chat in an application?

I'm making a game and I am using Python for the server side. It would be fairly trivial to implement chat myself using Python - that's not my question. I was just wondering if there were any premade chat servers or some kind of service that I would be able to implement inside of my game instead of rolling my own? Maybe like a different p...