Skip to content

This project provides a demo for understanding and comparing different I/O models in Java: BIO (Blocking I/O), NIO (Non-blocking I/O), AIO (Asynchronous I/O), and Netty. The goal is to showcase how each I/O model handles network operations, with a focus on scalability and performance.

Notifications You must be signed in to change notification settings

jianpingh/java-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-io

demo for BIO,NIO,AIO and Netty.

About

This project provides a demo for understanding and comparing different I/O models in Java: BIO (Blocking I/O), NIO (Non-blocking I/O), AIO (Asynchronous I/O), and Netty. The goal is to showcase how each I/O model handles network operations, with a focus on scalability and performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages