https://github.com/justcabbage/networkingexample
Example of Networking in C#
https://github.com/justcabbage/networkingexample
chat csharp networking sockets
Last synced: about 1 year ago
JSON representation
Example of Networking in C#
- Host: GitHub
- URL: https://github.com/justcabbage/networkingexample
- Owner: JustCabbage
- License: mit
- Created: 2024-04-12T19:41:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:42:24.000Z (about 2 years ago)
- Last Synced: 2025-06-29T21:02:06.093Z (about 1 year ago)
- Language: C#
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetworkingExample
[+] An Example of How Networking Can Be Implemented in C#
# Features
[+] Currently this example shows how you can send strings from client to server. However, this could be implemented with any form of data.