https://github.com/ohad-shai/chat-app
A chat application, developed in C# (WinForms).
https://github.com/ohad-shai/chat-app
chat chat-application csharp tcp-client tcp-listener threading windows-forms winforms
Last synced: about 1 month ago
JSON representation
A chat application, developed in C# (WinForms).
- Host: GitHub
- URL: https://github.com/ohad-shai/chat-app
- Owner: ohad-shai
- Created: 2020-10-12T10:57:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-12T14:33:45.000Z (over 4 years ago)
- Last Synced: 2023-08-01T22:47:18.338Z (almost 2 years ago)
- Topics: chat, chat-application, csharp, tcp-client, tcp-listener, threading, windows-forms, winforms
- Language: C#
- Homepage:
- Size: 740 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A chat application, developed in C# (WinForms).
Developed as a final project in Advanced C# Programming - as part of the .NET web development course in John Bryce college.
**Project focused on:**
- Delegates & Events
- Working with TCP: TcpClient, TcpListener
- Serialization
- Threading
- Working with WinForms### Images (Server vs. Client):
Opening Screen:

Login Screen:

Chat Screen:

Chat Party Screen:

Class Diagram:
