# lightweight-webserver **Repository Path**: workingwei/lightweight-webserver ## Basic Information - **Project Name**: lightweight-webserver - **Description**: No description available - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-09 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This is my werserver project,I'm very happy to share the code Tips: yon can run the project by the follow steps. 1. gcc webserver.c -o werserver 2. ./werserver 1234[port] you can find the html by input in 127.0.0.1:1234/web.html environment: ubuntu16.04