# newEasyWebServer **Repository Path**: min12344321/new-easy-web-server ## Basic Information - **Project Name**: newEasyWebServer - **Description**: 简易自用Web服务器 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-27 - **Last Updated**: 2023-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NewEasyWebServer ## build * mkdir build && cd build * cmake ../ * make ## run * modify ./config/config.conf ~~~ json { "host": "0.0.0.0", // localhost "port": 8888, // port "threadPoolNumber": 8, "root": "/home/lw/DxyWorkSpace/new-easy-web-server/root", // assests root path "ros_root": "/home/lw/DxyWorkSpace/new-easy-web-server/ros/catkin_ws", // ros root path "redis_ip": "127.0.0.1", "redis_port": 6379, "redis_password": "admin" } ~~~ * ./build/easyWebServer -c ./config/config.conf -d * -c [path] : config file path * -d : Daemon mode ## example test url : http://:/paiDaXing.jpg