chat

Third-party component for private chat between online users in ASP.NET site

I have a web site and i want any online users chat with any other user in private mode. it is like facebook chat. is there any free third-party component to use in asp.net web site. thank u. ...

How to do long polling from iPhone application?

I want to create a iPhone chat application and i do not have any experience of socket programming so can u please help me understand How can i do long polling from iPhone application? Also can NSURLConnection be used for this purpose or we need to use some low level API? Are there any libraries available for the same? ...

Special technology needed for browser based chat?

On this post, I read about the usage of XMPP. Is this sort of thing necessary, and more importantly, my main question expanded: Can a chat server and client be built efficiently using only standard HTTP and browser technologies (such as PHP and JS, or RoR and JS, etc)? Or, is it best to stick with old protocols like XMPP find a way to in...

Video Streaming, how to limit users by time.

Hi, I am developing a video streaming website, my problem is how do i limit users by time, like if they have credit balance for 3 hours of streaming, how to i stop or pause the streaming once the credit is used up. Ideas anyone. ...

Java Instant Messenger

Hi All, Thanks for taking time to read my question :) Can you please tell me if there is any open source instant messenger in java? I found some but they are all in C/C++ :( It is not a school assignment :) Coz I need open source java messenger that should have audio video archive etc. options... ...

An opensource chat application in j2ee or flash ?

I need a starting point to develop an on site chat to communicate site visitors with site owners. I'm looking for an open source chat application written in java/j2ee. Do you know any good applications that I could use? I'm also not sure about the architecture of the solution. Currently I'm hesitate between: server site solution: an ...

Help with making a C# P2P Chat Program

Hi everyone, I want to make a P2P Chat client, all I want it to do is to be able to send text across to each peer. I looked at a Chat Client from this example: http://www.geekpedia.com/tutorial239_Csharp-Chat-Part-1---Building-the-Chat-Client.html And am wondering if it can be converted to a p2p program? If so how can it be and can so...

Google Chat on GAE?

Is it possible or any plugins to use chat feature for community page on GAE. Something like gmail chat? maybe some Jquery driven chat? ...

Architecture of chatroulette

Could somebody explain to me the architecture behind chatroulette? I was thinking about a similar project that would only implement Audio support (for starters). Is the best way to set this up a flash server? If so, how should I go about getting into flash, will I need flex 4? I have some beginner experience with c++, c# and java but I h...

How can I asynchronously monitor a file in Perl?

I am wondering if it is possible, and if so how, one could create a perl script that constantly monitors a file/db, and then call a subroutine to perform text processing if the file is changed. I'm pretty sure this would be possible using sockets, but this needs to be used for a webchat application on a site running on a shared host, and...

What is the best way to implement a website where Users can interact together

Hello Guys I am creating a website where users will be able to chat and send files to one another through a browser. I am using GWT for the UI and hibernate with gilead to connect to a mysql database backend. What would be the best strategy to use so Users can interact together? ...

Which flash server i should use for flash chat with a lot of instant users?

I'm currently developing flash chat for social networking websites like facebook. Actually i want to develope flash chat in this game. Chat would have a lot of instant active users. So that, i need to know which flash servers i should use, is there any free ones that are pretty good for such high performance needs? I've found ElectroSer...

How to implement file transfer with Java sockets?

Hello, I am working on a chat implementation with Java sockets. I have focused on few functionalities, like authentication, one person chat and a group chat. I was thinking about adding file transfer functionality, and I wonder what's the good practice about this. Should I have separate socket on the server with different port listening...

flex chat/telnet application send/receive same window in TextArea

Hi there, Just wanting to know if anybody has seen an example of a telnet/chat or other console like FLEX application where you can use the same TextArea as input/ouput area. I've been trying to modify the app at: http://livedocs.adobe.com/flex/3/html/17_Networking_and_communications_8.html but so far, computer says no. All the imp...

How to make a web live chat? PHP?

Hello. Does anyone know how I can make a live chat on a webpage? Maybe using PHP and have the text stored into a database? If so, how could I get the text to automatically show on the users live chat, without refreshing? Any ideas? Thanks. ...

Text-based one-on-one chat with Flash interface: what to power the backend?

Hey guys. I'm building a website where I hook people up so that they can anonymously vent to strangers. You either choose to be a listener, or a talker, and then you get catapulted into a one-on-one chat room. The reason for the app's construction is because you often can't vent to friends, because your deepest vulnerabilities can oft...

django web server chat

Hi can any body suggest me an idea about how can i create a chat interface between the friend list which i have created for my application. actually a want to create a chat server. i have a friends list in my django model. if more then one person is online at the same time then they chat with one another. for this purpose do i have...

Website Live Chat Script - Interface With Windows Live Messenger?

Hello again fellow StackOverflow users! What I am looking for currently is your opinions on the what the best live chat script would be for my website. I'd be using this on both my local computer repair (which I've not really set up yet) company's site, as well as my other technical support site that is geared more towards showing peopl...

What is better to choose for public and private chats on the site: IRC or Jabber?

I am looking for a solution to implement a public chat and a system of instant messaging within the site. ...

Online webcam chat on web page. Free server and easy-to-implement client?

I have a client requesting that his users can use their webcams to talk to each other on his web site. From what I've understood the main thing to use for this is Flash. However as I have not written flash I would like to have something really easy to implement. Of course preferrably free (or trial). The idea of this is that everything ...