You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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'shttp.server
and Ruby'swebrick
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.
The text was updated successfully, but these errors were encountered: