# Tiny-WebServer **Repository Path**: lhd1100/Tiny-WebServer ## Basic Information - **Project Name**: Tiny-WebServer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2021-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tiny-WebServer ## Usage **Compile** ``` make chmod +x tiny chmod +x cgi-bin/adder ``` **Run server** ``` ./tiny 8000 ``` **Open the browser** static page http://localhost:8000 dynamic page http://localhost:8000/cgi-bin/adder?1&2 More information at [《用C语言制作Web服务器》](https://www.jianshu.com/p/dd580395bf11).