https://github.com/quantumbytestudios/java-clientandserver-communication
A simple Java Sockets-based console application for sending messages from the client to the server.
https://github.com/quantumbytestudios/java-clientandserver-communication
client-server java java-8 localhost-communication socket-programming sockets socketserver
Last synced: 12 months ago
JSON representation
A simple Java Sockets-based console application for sending messages from the client to the server.
- Host: GitHub
- URL: https://github.com/quantumbytestudios/java-clientandserver-communication
- Owner: QuantumByteStudios
- License: mit
- Created: 2022-04-28T17:21:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T09:06:36.000Z (about 4 years ago)
- Last Synced: 2025-02-24T04:31:45.342Z (over 1 year ago)
- Topics: client-server, java, java-8, localhost-communication, socket-programming, sockets, socketserver
- Language: Java
- Homepage:
- Size: 397 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Java-ClientAndServer-Communication
A simple Java Sockets-based console application for sending messages from the client to the server.
Source & Class File Details:
Execute : `main.java`
- main.java: Contains Login and Execution of Server/Client as per user choice
- utilities.java: contains basic system function
- ConsoleColors.java: contains color codes
- beautification.java: contains effect(s) methods
Runtime Screenshot: