mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
doc: add readme
This commit is contained in:
parent
5b8d2bf88c
commit
17a26ea297
1 changed files with 8 additions and 0 deletions
|
|
@ -67,6 +67,14 @@ Why not? If you just want a super basic local server (perhaps for exposing
|
||||||
data from a local demon, like Cups or Syncthing do), no need for a ton of
|
data from a local demon, like Cups or Syncthing do), no need for a ton of
|
||||||
dependencies or high scalability libraries.
|
dependencies or high scalability libraries.
|
||||||
|
|
||||||
|
Use cases might include:
|
||||||
|
|
||||||
|
- serve content directly from a static blog generator
|
||||||
|
- provide a web UI to some tool (like CUPS and syncthing do)
|
||||||
|
- implement a basic monitoring page for a service
|
||||||
|
- provide a simple json API for a service, on top of http
|
||||||
|
- use `http_of_dir` to serve odoc-generated docs or some assets directory
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
See https://c-cube.github.io/tiny_httpd
|
See https://c-cube.github.io/tiny_httpd
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue