CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Chat Applet

  1. #1
    Join Date
    May 1999
    Posts
    2

    Chat Applet

    How to write a realtime chat applet. How do applets communicate with each other over a network ?



  2. #2
    Join Date
    Sep 2000
    Posts
    1

    Re: Chat Applet

    I´m working with a Broker that has the basics of a Chat. I´m using sockets to conect each other as clients and a server aplication with a ServerSocket to recieve all the messages and re distribute them to the clients. Try to work with sockets, they are easy to connect and work well.
    Hope this help.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured