Chat Room

Started by
6 comments, last by Wachar 21 years, 11 months ago
Does anyone know how to put in a chat room in HTML?? Ciao!
Wachar's Eternity <-<-<-<-<- Me own site!
Advertisement
Yes, I do.

KTHXBYE!!!
do a magic little thing called research. you cant place a chat room in an html document without using some specialized server software and a java applet for a client. see google.com for all the info.
Thanks a person. Also, anonymous poster, can you tell me how to make a chat room?


Ciao!


Wachar's Eternity <-<-<-<-<- Me own site!
Does a message board require a server and java applet?


Ciao!


Wachar's Eternity <-<-<-<-<- Me own site!
I''d suggest doing some research into Server-Client programming. Take some java tutorials at java.sun.com and then learn about applets & JSP & Servlets.

if you''re interested in non-web based chat technology look into C++ sockets (winsock API is a good start)

but before any of that look for information about Server-Client architecture. There''s some fundimental conceptual info you seem to be missing.

between google, java.sun.com, the Articles & Resources section on this site, and howthingswork.com you should have all the info you need to understand how to write a chat application or a message board in a quick 1-3 month timeframe

-me
quote:Original post by Palidine
I''d suggest doing some research into Server-Client programming. Take some java tutorials at java.sun.com and then learn about applets & JSP & Servlets.

if you''re interested in non-web based chat technology look into C++ sockets (winsock API is a good start)

but before any of that look for information about Server-Client architecture. There''s some fundimental conceptual info you seem to be missing.

between google, java.sun.com, the Articles & Resources section on this site, and howthingswork.com you should have all the info you need to understand how to write a chat application or a message board in a quick 1-3 month timeframe

-me


Thanks man!




Ciao!


Wachar's Eternity <-<-<-<-<- Me own site!
You can make one in Shockwave easily. Get a copy of Director (download the trial version from Macromedia if you like.) I think that a simple chatroom is included in example files, if not then there''s bound to be examples on the web, try http://www.mcli.dist.maricopa.edu/director/ first. It''ll be a bit of a pain to get around the ''lingo'' programming language to make anything too specialised, but it''s pretty straightforward.

This topic is closed to new replies.

Advertisement