Skip to content

tranculent/Distributed-Auction-System-RMI

Repository files navigation

RMI Auction System

A Java-based Auction System using Remote Method Invocation (RMI) for communication between clients and the server. This system allows buyers and sellers to interact in a distributed environment.

Features

  • Buyer and Seller Clients: Participate in auctions as a buyer or seller.
  • Server Implementation: Manages auctions and client interactions.
  • RMI Architecture: Facilitates seamless communication between the server and clients.

Getting Started

  1. Clone the repository:
    git clone https://github.com/tranculent/RMI-Auction-System-Final.git
  2. Compile Java files: javac *.java
  3. Run the server, then launch the client programs: java AuctionServer java AuctionClient

Requirements

  • Java Development Kit (JDK)

How to Run

  1. Start the server: java AuctionServer
  2. Start a client: java AuctionClient

Contributing

Feel free to submit issues or pull requests to contribute.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages