Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Try everything" HTTP server script #28

Open
colindean opened this issue Mar 31, 2022 · 1 comment
Open

"Try everything" HTTP server script #28

colindean opened this issue Mar 31, 2022 · 1 comment

Comments

@colindean
Copy link
Owner

https://gist.github.com/willurd/5720255 documents a bunch of ways to start a simple static server. I think it'd be useful to have a command httpserve that, well, tries everything. It'd have some flags that would exclude options, e.g. --multithreaded would remove Python's http.server and Ruby's webrick from consideration because they are single-threaded and couldn't handle multiple downloads simultaneously.

This could end up running redbean if added in #27 or miniserve if it's available.

@colindean
Copy link
Owner Author

I added https://github.com/eliben/static-server to serve in 1258701

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant