Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shamil-t/bi-directional-tcp-using-java
Bi tirection client server communication using java networkkinh classes
https://github.com/shamil-t/bi-directional-tcp-using-java
bidirectional java network tcp-client tcp-server tcp-socket
Last synced: 29 days ago
JSON representation
Bi tirection client server communication using java networkkinh classes
- Host: GitHub
- URL: https://github.com/shamil-t/bi-directional-tcp-using-java
- Owner: shamil-t
- Created: 2020-08-02T04:17:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T04:34:20.000Z (over 4 years ago)
- Last Synced: 2024-10-08T01:21:58.457Z (about 1 month ago)
- Topics: bidirectional, java, network, tcp-client, tcp-server, tcp-socket
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bi Directional TCP using JAVA
### install modules
1.JDK latest
### Compile and Run
```bash
javac filename.java
java classname
````eg:-`
```bash
javac BiServer.java
java BiServer
```## ScreenShots
#### output
![File structure](https://github.com/shamil-t/Bi-Directional-Tcp-using-JAVA/blob/master/BiOutput.PNG?raw=true)