English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have created a chat application. When i open 2 chat windows in the same computer,it can communicate with one another.
But how do i make it communicate from one computer to another?
but i dun need a ready made application.
i wan 2 know how do i setup a chat server so that i can communicate from one computer to another using the application i have created.

2007-03-13 23:34:44 · 2 answers · asked by javascript 1 in Computers & Internet Programming & Design

2 answers

the truth is you can't do it in javascript alone.
You can get messages , and send messages, but only to the server or another window in the same browser.

a chat server can be very simple, it has to take messages, and have them available for the other users to get.

Most cgi solutions will work like a cheap e-mail, sending and storing messages, similar to yahoo answers!

to get something close to yahoo messenger, you need much cooler ajax type.

which way do you want to go? real chat or store & forward?

2007-03-14 06:33:50 · answer #1 · answered by jake cigar™ is retired 7 · 0 0

I think this link should be of some help:
http://www.cgi-bin.com/Detailed/2115.html

2007-03-13 23:49:14 · answer #2 · answered by irf 4 · 0 0

fedest.com, questions and answers