Skip to content

Prototyping for non-blocking server using Java NIO and virtual threads

Notifications You must be signed in to change notification settings

onurkybsi/non-blocking-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Non-blocking Server Prototype

This project is a prototype of a configurable web server that runs non-blocking in a single thread thanks to the Java NIO library and uses the host's resources efficiently by processing each incoming request with virtual threads.

About

Prototyping for non-blocking server using Java NIO and virtual threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages