Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 592 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 592 Bytes

Calculator-Client-Server

On line calculator Client-Server uses sockets, and Model-View-Controller design pattern.

General Info

This is a simple calculator project Client-Server. Enables simple calculations: addition, subtraction, multiplication and division;

Technologies:

  • Java 17
  • JavaFX
  • SceneBuilder
  • CSS
  • Sockets

Features

It consists of two parts, Client and Server (sockets).

Action: The Server establishes a connection with the Client. After establishing a connection via sockets, the user uses the mouse to select numbers and actions. The result appears in a window.