-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
ブラウザアプリユースケース用の開発サーバ #79
Comments
各package.jsonでいい気がする。
みたいな手順で実行できたほうが分かりやすいと思うので。(ルートだとルートでnpm installしないと見れなくて謎い感じになる) |
ダウンロード数では http-server が最も使われていそうですがどうでしょう。 CLI として使われることしか想定されていませんが、その分 README 的にもこっちのほうがシンプルな使い心地かなという感じがします。今回あまり関係ないですが SSL もできて微妙に便利ですね。 |
https://github.com/indexzero/http-server/blob/1a8552c5e028bd5500027ee940111133927a4e94/package.json#L79 |
Edit: node-staticがこれを満たせる 機能要件
非機能要件
|
static-serverのログは人間に分かりやすいので好きかも。 どれもそんなに変わらないと思うので機能要件満たせるならどれでもいいです。 |
ajaxappではnode-staticを使うことにしたけど特に理由はないのでのちのち必要があれば切り替える |
node-static ってことで閉じる |
#78 (comment) より。
node-static が広く使われているようなので、全体を通して統一したほうがよさそう。
各ユースケースのpackage.jsonで依存するか、ルートでインストールしてpeerDepsにしておくかなど決めたい。
The text was updated successfully, but these errors were encountered: