Skip to content

Commit 00ab1d0

Browse files
committed
doc(README): add tech features
1 parent 6c0b1cd commit 00ab1d0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Simple command line based HTTP file server to share local file system.
33

44
![Go HTTP File Server pages](doc/ghfs.gif)
55

6-
## Features
6+
## Usage Features
77
- More friendly UI than Apache/Nginx directory index page
88
- Adapt for mobile display
99
- Single executable file
@@ -12,6 +12,11 @@ Simple command line based HTTP file server to share local file system.
1212
- Can specify a custom theme for page rendering
1313
- Support location alias(mount another directory to url location)
1414

15+
# Tech Features
16+
- Monolithic architecture
17+
- Stateless
18+
- Zero third party dependency
19+
1520
## Compile
1621
Minimal required Go version is 1.18.
1722
```sh

README.zh-CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
- 可以指定自定义主题来渲染页面
1313
- 支持目录别名(将另一个目录挂载到某个URL路径)
1414

15+
# 技术特色
16+
- 单体架构
17+
- 无状态
18+
- 零第三方依赖
19+
1520
## 编译
1621
至少需要Go 1.18版本。
1722
```sh

0 commit comments

Comments
 (0)