# spa-server **Repository Path**: timzaak/spa-server ## Basic Information - **Project Name**: spa-server - **Description**: 静态web页面托管Server - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-23 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SPA-SERVER It is to provide a static web http server with cache and hot reload. [中文说明](./README_CN.md) ## Feature - Built with Hyper and Warp, fast and small! - SSL with Rustls. - Memory cache, client cache and compression(gzip). - Static web version control, you can regress or release new version easily. - Hot reload support(Mac and Linux). - CORS support. - Http auto redirect to https. - Docker support(compressed size: 32M), and support S3 as storage by S3FS. - Provide command line/npm package to deploy spa. - Multiple configs for different domain. ## Document There is a nice [document](https://timzaak.github.io/spa-server/) powered by VitePress and GitHub Pages, you can quickly start spa-server with this [guide](https://timzaak.github.io/spa-server/guide/getting-started.html). ## Project Origin More details are described at [SPA 发布辅助工具](https://github.com/timzaak/blog/issues/80) in Chinese.