How to make a chat application.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lovetopravin
    New Member
    • Oct 2013
    • 16

    How to make a chat application.

    Please any one can tell me how to make an chat application in Java.

    Pravin Mangalam
  • chaarmann
    Recognized Expert Contributor
    • Nov 2007
    • 785

    #2
    Are you sure you want to make a chat application where each of the clients must install java and your chat application? Then just google for "client server network programming in java".

    I have programmed a chat client like google chat a few years ago using the browser and JSP pages with a mySql database. The advantage: nobody needs to install anything; just browsing to my webpage is enough.

    Comment

    • lovetopravin
      New Member
      • Oct 2013
      • 16

      #3
      Thank you Chaarmann Sir for Suggesting Me.

      Pravin Mangalam.

      Comment

      Working...