Giter Club home page Giter Club logo

irconnect's Introduction

IRConnect

IRConnect is a simple chat application written in Java. It uses TCP sockets for communication between clients and a server. The server is capable of handling multiple clients simultaneously. The server broadcasts messages from one client to all other connected clients. The app contains simple basic utilities such as a changeable usernames.

Getting Started

Clone the Repository:

git clone https://github.com/vreoo/IRConnect.git

Compile the Code:

  • Open a terminal and navigate to the project directory.
  • Compile the server and client programs separately:
javac Server.java
javac Client.java

Run the Server:

Start the server on one of the computers within your local network.

java Server

Note the server's IP address (e.g., localhost or 192.168.x.x) and the port number (default is 7771) to be used by clients.

Run the Clients:

On other computers within the local network, run the client program by specifying the server's IP address and port number.

java Client

Start Chatting:

Once the client is running, you can type messages in the client's terminal and press Enter to send messages to the server. The server will broadcast these messages to all connected clients.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

This project is a basic example and not suitable for production use without further improvements and security considerations.

irconnect's People

Contributors

vreoo avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.