https://github.com/daviskregers/tcp-chat-program
Course work assignment in "Graphics in client-server environment". Written in C#. Stream text-based chat bidirectionally.
https://github.com/daviskregers/tcp-chat-program
chat client-server csharp tcp
Last synced: over 1 year ago
JSON representation
Course work assignment in "Graphics in client-server environment". Written in C#. Stream text-based chat bidirectionally.
- Host: GitHub
- URL: https://github.com/daviskregers/tcp-chat-program
- Owner: daviskregers
- Created: 2017-10-15T10:19:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T10:28:26.000Z (over 8 years ago)
- Last Synced: 2025-01-21T08:31:53.171Z (over 1 year ago)
- Topics: chat, client-server, csharp, tcp
- Language: C#
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# A chat program using TCP written in C#
Written for an a course work assignment in "Graphics in client-server environment"