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
- Host: GitHub
- URL: https://github.com/rgab1508/doschat
- Owner: rgab1508
- Created: 2020-10-15T13:14:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T13:48:58.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T11:47:04.394Z (over 1 year ago)
- Topics: chat, client-server, dos, java, network, server, socket, socket-programming, terminal, terminal-based
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```