Chat Server Maker for Websites

Asked By 10 points N/A Posted on -
qa-featured

How can I make my own Chat Server for my site? Is there a downloadable application or program I could use to make one?

SHARE
Answered By 0 points N/A #143329

Chat Server Maker for Websites

qa-featured

Please go through the under mentioned points:

Collect your Java IRC such as PJIRC or JWIRC from the site. This will connect you to the IRC server.

You can create a new file here and insert the HTML code as under: <html><head><title>TITLE</title></head><body></body>. Here, the TITLE indicates the name of your chat room. <body></body> tags indicate your respective IRC server. Here you will get some more tools to use as per your discretion.

In the Save As box you can identify it as Chat-Room.HTML. You can modify and upgrade the document as per your requirement.

Adding <li><a href="CHATROOM.html">CHAT ROOM NAME</a></li> between <ol> and </ol> in every chat room file created by you. Alter CHAT-ROOM and CHAT ROOM NAME to go with files as well as room identification. Get the file as index.html. Upload these HMTL files on your website. Now the chat site is ready for the visitors.

Please note that the site you created with the above-mentioned codes is functional. You can use many others programming language to make it more attractive and user friendly. However, you can take necessary help from an expert from an expert in this regard.

Related Questions