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

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

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.