1
0
Fork
You've already forked Nweb
0
HTTP server and multithreaded written in Java
  • Java 100%
Find a file
2026年06月30日 20:17:00 +02:00
src/nweb add virtual thread and security against path traversal 2026年06月30日 20:16:07 +02:00
www first commit 2026年06月29日 19:42:14 +02:00
.gitignore add virtual thread and security against path traversal 2026年06月30日 20:16:07 +02:00
LICENCE first commit 2026年06月29日 19:42:14 +02:00
README.md fix README 2026年06月30日 20:17:00 +02:00

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

  1. Clone the repository
  2. place your .html file inside www folder
  3. run the server

requirement

  • Java 21 minimum to run Nweb