vino
Vino is a lightweight and efficient web server.
File Explorer
Download Latest Version (.zip)- ๅฆไฝๅฎ็ฐไธไธชWeb Server.md
- index.html
- vino.png
- rio.c
- rio.h
- util.c
- util.h
- vino.c
- vino.conf
- vino.h
- vn_alloc.c
- vn_alloc.h
- vn_epoll.c
- vn_epoll.h
- vn_error.c
- vn_error.h
- vn_event_timer.c
- vn_event_timer.h
- vn_http_parse.c
- vn_http_parse.h
- vn_linked_list.c
- vn_linked_list.h
- vn_logger.c
- vn_logger.h
- vn_palloc.c
- vn_palloc.h
- vn_priority_queue.c
- vn_priority_queue.h
- vn_request.c
- vn_request.h
- vn_socketlib.c
- vn_socketlib.h
- vn_get_mime_type_test.c
- vn_http_parse_test.c
- vn_linked_list_test.c
- vn_parse_config_test.c
- vn_priority_queue_test.c
- vn_request_test.c
- vn_str_cmp_test.c
- .gitignore
- CMakeLists.txt
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/tinylcy/vino
Downloads the entire project code from GitHub to your computer.
cd vino
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake .. && make
Analyzes the source code and generates build configuration files (must be run inside the build folder).
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
