SkillAgentSearch skills...

Anywhere

start a static file server anywhere. HTTP server pattern wrote in C, as a tinyhttp demo

Install / Use

/learn @zhuangqh/Anywhere
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Anywhere

A HTTP static server writern in c

How to

# build `anywhere`
$ make anywhere

# install `anywhere` in /usr/local/bin
# so you can use it anywhere :)
$ make install

# remove binary file and the relevant file
$ make uninstall

Options

anywhere # start a static server with default port 8000, current directory as base path
anywhere -p 8080 # change the port to 8080
anywhere -b /some/path # change base path
anywhere -log # print access log

License

The MIT license.

View on GitHub
GitHub Stars27
CategoryDevelopment
Updated2mo ago
Forks6

Languages

C

Security Score

95/100

Audited on Jan 13, 2026

No findings