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

https://github.com/rgab1508/doschat

A real-time chat application in terminal using Sockets
https://github.com/rgab1508/doschat

chat client-server dos java network server socket socket-programming terminal terminal-based

Last synced: about 2 months ago
JSON representation

A real-time chat application in terminal using Sockets

Awesome Lists containing this project

README

          

# DOSChat
A real-time chat application in Terminal using Sockets

### Usage
- compile Server & Client
```bash
javac Server.java
javac Client.java
```
- Run the Server first & keep it Running
```bash
java Server
```
- Connecting to the Server
- Run the Client
```bash
java Client
```
- Enter the IP (if running in a Server otherwise leave it blank)
```
Enter the IP Add.(blank if local) : 123.456.789.132
```
- Enter the Port(can change this in Server.java)
```
Enter the PORT : 9001
```
- After entering a username You can start chatting
- use ```..help``` to see more commands
- exit using ```..exit```