mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
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:
parent
6623ac21c7
commit
f787e0317e
11 changed files with 576 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue