It is recommended to add the features of a 'Static Web Server' and an 'Http File Server' to Trunk. #950
xb284524239
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I think the suggestion is a valid one. The roadmap is more or less driven by contributions in the scope of trunk. I think its more of corner topic, as trunk is not a general purpose http server. Aside from the mentioned |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During my daily work, I often encounter situations where I need to use a
Static Web Server
or anHttp File Server
temporarily as a makeshift testing tool. In such cases, I usually useNginx
orPython
(python -m http.server
).If Trunk could provide the two features, I won't have to switch frequently between different tools.
Of course, I don't have a very in-depth understanding of Trunk's roadmap. If the two functions I mentioned conflict with Trunk's future plans, please just ignore my suggestion.
Beta Was this translation helpful? Give feedback.
All reactions