https://github.com/xjine/unity_asynctcpserverclients
TCP server and client using async/await.
https://github.com/xjine/unity_asynctcpserverclients
assets unity
Last synced: 3 months ago
JSON representation
TCP server and client using async/await.
- Host: GitHub
- URL: https://github.com/xjine/unity_asynctcpserverclients
- Owner: XJINE
- License: bsd-3-clause
- Created: 2025-06-29T05:33:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-16T04:13:51.000Z (12 months ago)
- Last Synced: 2025-07-17T04:51:29.614Z (12 months ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_AsyncTcpServerClients

TCP server and client using async/await.
## Importing
You can use Package Manager or import it directly.
```
https://github.com/XJINE/Unity_AsyncTcpServerClients.git?path=Assets/Packages/AsyncTcpServerClients
```