Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 968 Bytes

File metadata and controls

32 lines (24 loc) · 968 Bytes

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.