# z-server **Repository Path**: ibq128/z-server ## Basic Information - **Project Name**: z-server - **Description**: 基于Tornado的web容器 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Z-Server Z-Server is a web container powered by Tornado ## Get Start ```bash:n git clone git@gitee.com:ibq128/z-server.git cd ./z-server/bin/ ./startup ``` use browser to access this url > http://localhost:5000/index.html ## Add custom module Must provid a file for z-server, that name must called zs.json. Then must take it in root dir.