examples: add vanilla_http_server - a fast, multi-threaded, non-blocking, port and host reuse, thread-safe, epoll server (#23094)

This commit is contained in:
Hitalo Souza 2025-03-10 13:44:32 -04:00 committed by GitHub
parent 6623ac21c7
commit f787e0317e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 576 additions and 0 deletions

View file

@ -10,6 +10,7 @@ const efolders = [
'examples/viewer',
'examples/vweb_orm_jwt',
'examples/vweb_fullstack',
'examples/vanilla_http_server',
]
pub fn normalised_vroot_path(path string) string {