Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)