ShifatJahanShifa / A-Simple-Cilent-Server-Website

A Simple Client-Server Architecture using java socket programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client Server Architecture

This is my project of implementing a very simple Client-Server Architecture using Java Socket programming. This is an interactive program between client and server. For this project my own laptop works as both client and server.

Diagram

Untitled Diagram drawio (1)

Lessons Learned

Socket Programming in Java

Installation

For IntelliJ IDEA :

  - download the java file
  - create a project and include downloaded java file

Running Tests

To run tests, follow the below steps :

  - first run server program Server.java
  - then run client program Client.java
  - two terminal will be opened.
  - in Client terminal, input two numbers.
  - Output generated by Server program will be displayed in Client terminal.

Authors

About

A Simple Client-Server Architecture using java socket programming


Languages

Language:Java 100.0%