Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhakkeempa authored Feb 6, 2023
1 parent 0d58f95 commit 7dd3bba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Socket-CLI

```
____ ___ ____ _ _______ _____ ____ _ ___
/ ___| / _ \ / ___| |/ / ____|_ _| / ___| | |_ _|
\___ \| | | | | | ' /| _| | | | | | | | |
___) | |_| | |___| . \| |___ | | | |___| |___ | |
|____/ \___/ \____|_|\_\_____| |_| \____|_____|___|
```

The application utilizes socket programming to create a client-server connection, where clients can connect to the server to start a chat session.

The chat experience is purely text-based and users can type in messages to send to the other connected clients. The server is responsible for maintaining a list of all connected clients and forwarding messages between them in real-time. The application is designed to be lightweight and fast, making it easy for users to chat with each other without any lag or delays.
Expand Down

0 comments on commit 7dd3bba

Please sign in to comment.