HTTP server and multithreaded written in Java
| src/nweb | add virtual thread and security against path traversal | |
| www | first commit | |
| .gitignore | add virtual thread and security against path traversal | |
| LICENCE | first commit | |
| README.md | fix README | |
Nweb 1.1
Nweb is a HTTP server and multithreaded written in Java
News Update in Nweb
Now Nweb use virtual thread for upgrade the performances and add security against path traversal
How to use Nweb
- Clone the repository
- place your
.html fileinside www folder - run the server
requirement
- Java 21 minimum to run Nweb