Intranet Chatting in Java

Manashree Thokal

Manashree Thokal

@manashree-7mZH3V Oct 14, 2024

The basic purpose of this project is to enable communication between remote clients.

Abstract:

When a client wants to chat with a user on a remote host, he sends a request to the server with a identification name like id, the server responds to the request when the id is matched and the request is granted. Chatting and other operations can proceed.

With the help of Java, the programmer can create applet applications which can be used as a server. As applets are machine independent, they can be used on any computer.

Use: Power of Internet integrates together LANs located across diverse software and hardware forms into a single large communication network. Chatting, text, video and audio is supported.

Requirements:

  • Front End- Java
  • Back End- MySQL

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manashree Thokal

    Manashree Thokal

    @manashree-7mZH3V Jun 24, 2012

    The basic purpose of this project is to enable communication between remote clients.

    Abstract:

    When a client wants to chat with a user on a remote host, he sends a request to the server with a identification name like id, the server responds to the request when the id is matched and the request is granted. Chatting and other operations can proceed.

    With the help of Java, the programmer can create applet applications which can be used as a server. As applets are machine independent, they can be used on any computer.

    Use: Power of Internet integrates together LANs located across diverse software and hardware forms into a single large communication network. Chatting, text, video and audio is supported.

    Requirements:

    • Front End- Java
    • Back End- MySQL