Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Implementing an HTTP web server on top of virtual threads:

Rely on Java HttpServer to write a simple HTTP web server implementation capable to support platform threads, virtual threads, and locking (for simulating a database connection pool).