https://github.com/allurx/socket
分别基于bio、nio、aio实现tcp网络通信
https://github.com/allurx/socket
aio asynchronous bio blocking event-driven multiplexing nio reactor-pattern socket tcp
Last synced: about 1 month ago
JSON representation
分别基于bio、nio、aio实现tcp网络通信
- Host: GitHub
- URL: https://github.com/allurx/socket
- Owner: allurx
- Created: 2020-07-30T06:53:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T21:50:40.000Z (over 1 year ago)
- Last Synced: 2025-01-23T17:46:36.198Z (3 months ago)
- Topics: aio, asynchronous, bio, blocking, event-driven, multiplexing, nio, reactor-pattern, socket, tcp
- Language: Java
- Homepage:
- Size: 147 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# socket-chat
分别基于bio、nio、aio实现tcp网络通信
# 参考
[网络IO模型](https://www.zyc.red/Java/网络IO模型)