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

https://github.com/ayoubcoding21/javachat

A simple cross-device console chat app using Java.
https://github.com/ayoubcoding21/javachat

Last synced: 11 months ago
JSON representation

A simple cross-device console chat app using Java.

Awesome Lists containing this project

README

          

# JavaChat
A simple cross-device console chat app using Java.

The console could connect multiple of clients and send messages between them.
# WARNING :
You need to know the IP of the server so you can execute the client.

And you must install java on your machine.

To execute the server : ```chmod u+x ./server.sh && ./server.sh```

To execute the client : ```chmod u+x ./client.sh && ./client.sh```
# How to use in cross-device
You can divide this code into the client part and server part, but you need to know the server's IP.

The client should be executed after the server.

The client code is in a device, and the server one in another device.