Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vacefron/chat-program
💬 A server to connect clients and send chat messages as network practice.
https://github.com/vacefron/chat-program
chat csharp network tcp
Last synced: 3 days ago
JSON representation
💬 A server to connect clients and send chat messages as network practice.
- Host: GitHub
- URL: https://github.com/vacefron/chat-program
- Owner: VACEfron
- Created: 2021-09-22T19:30:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T11:16:36.000Z (over 3 years ago)
- Last Synced: 2024-11-10T20:42:39.577Z (2 months ago)
- Topics: chat, csharp, network, tcp
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Program
💬 A server to connect clients and send chat messages as network practice.## Introduction
This project contains a server and client program as network practice for me using `TcpListener` and `TcpClient`.