# simple-server **Repository Path**: penghuiping/simple-server ## Basic Information - **Project Name**: simple-server - **Description**: 使用go语言简单实现一个HTTP服务器。A very simple HTTP server implemented by Go - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-15 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 一个简单的http服务器 ### 编译 ``` go build . ```