Create your own Chat system
Swami Nikhilaananda said: "Chat is cool, chaat is cooler" If you have used Pidgin, you would have seen the word XMPP. It will be really great if you have a look at this beautifully written article by Adarsh Ramamurthy on XMPP . In this post, we attempt to communicate between two computers via chat - And no, not using Google or Yahoo :-) I am using Linux on both machines. You can do the same thing with Windows. Step 1 , is to download the XMPP server. Let's call the machines as A and B. I stumbled upon ejabberd long back, and so used that. There are alternatives as well. On machine A, download and install ejabberd . I simply ran: sudo apt-get install ejabberd If everything went well, you will have it up and running, no sweat. Now, in step 2 , we will create two accounts. To do that, we will register them using the following commands. Oh, I am going to use Romeo and Juliet just for continuity from Adarsh's article. sudo ejabberdctl register romeo loca...