Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorTrojan authored Jan 13, 2022
1 parent 9008e97 commit f47b968
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# SocketChatApp

> A Chat Application using Sockets in Java
## Description

This Socket Chat App is inspired by other Chat Applications like ``Discord, Whatsapp, etc...``

## ShowCase
![client1](https://user-images.githubusercontent.com/87524553/149394820-c9bb3e6e-f267-4620-8c2e-d197c93e9102.png)
![client2](https://user-images.githubusercontent.com/87524553/149394826-a6d96e84-956e-4e20-ad78-90e06a28354b.png)

## Features
* Specify Server IP and Port
* Notification on User Joined & Disconnected
* Multiple Clients possible (``By using Multi-Threading``)
* User Has to Enter a Name
* User gets a Message when Server can't be reached
* UserManager on Server-Side ``(adding & removing Users and processing Messages)``

## Authors

People contributed to this Project

0 comments on commit f47b968

Please sign in to comment.