# webserver **Repository Path**: FC-Studio/webserver ## Basic Information - **Project Name**: webserver - **Description**: 一个练手的webserver项目 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: v1.0.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-27 - **Last Updated**: 2023-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webserver 1. 一个练手的项目,基于http1.1的webserver服务端,请忽略网页的内容,只是调试功能用的 2. 还没有配置打包,直接在IDE里运行主类`WebServerApplication.java`,后续完善项目可能会配置 3. 然后在浏览器输入[http://localhost:8080/myweb/index.html](http://localhost:8080/myweb/index.html),即可 4. 欢迎提交`issue`呦