https://github.com/aman7123/chatapp
This is a multi-user chat app built in Java for communication over the CLI
https://github.com/aman7123/chatapp
chat-application java
Last synced: 3 months ago
JSON representation
This is a multi-user chat app built in Java for communication over the CLI
- Host: GitHub
- URL: https://github.com/aman7123/chatapp
- Owner: Aman7123
- Created: 2020-02-13T00:37:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T12:44:21.000Z (over 5 years ago)
- Last Synced: 2025-01-14T02:29:05.522Z (5 months ago)
- Topics: chat-application, java
- Language: Java
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatApp
This project was created for my CIS390 class, simply its a chat app that has a server and client side. As long as one server is running you can have as many clients as you have memory.
## Getting Started
The most simple way to run this program is to check out my most recent build of it located in the "JarBuild" folder.
### Prerequisites
Know how to use Windows PowerShell
### Installing
If you would like to compile the code yourself, I recommend the eclipse IDE.
## To Run Server
The server will open on any port you can give it.
```
java -jar ChatServer
```## To Run Client
When running the client you must know the ip address, whether that be on the LAN or WWW.
```
java -jar ChatClient
```## Versioning
This project will most likely only receive this version which I'm listing as V-1.0
## Authors
* **Aaron Renner** - *Initial concept work and Developer* - [Aaron Renner](https://github.com/Aman7123)
## License
This is an Open Source project please use any part of it however you please.