https://github.com/lumarans30/clientserverjava17092022
App made in Java Swing in a dark theme from the FlatLaf library.
https://github.com/lumarans30/clientserverjava17092022
client-server flatlaf java mxparser-library sockets swing
Last synced: 3 months ago
JSON representation
App made in Java Swing in a dark theme from the FlatLaf library.
- Host: GitHub
- URL: https://github.com/lumarans30/clientserverjava17092022
- Owner: LuMarans30
- License: mit
- Created: 2022-09-17T20:55:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T15:49:52.000Z (over 2 years ago)
- Last Synced: 2023-03-10T12:48:37.450Z (about 2 years ago)
- Topics: client-server, flatlaf, java, mxparser-library, sockets, swing
- Language: Java
- Homepage: https://lumarans30.github.io/clientServerJava17092022/
- Size: 2.96 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# clientServerJava17092022
![]()
![]()
![]()
![]()
Simple app which connects a client to a remote or local server to perform mathematical expressions.Usage:
- Run serverSocket.jar to start the background process
- Run clientSocket.jar to connect to the server and to solve the mathematical expressions, the "exit" command from the client will stop the server deaemon.
Java 17 or newer is required in order to run the jar files.