0.1.2 • Published 1 year ago

@toriyama/masaba v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@toriyama/masaba

ちょっと確認したいとき用サーバー(中身は fastify)

Installation

npm install -g @toriyama/masaba

Usage

実行例

オプション無しで起動

torichan@torichan-ubuntu:~/$ masaba

{"level":30,"time":1650464194371,"pid":83317,"hostname":"torichan-ubuntu","msg":"Server listening at http://127.0.0.1:8080"}
{"level":30,"time":1650464194371,"pid":83317,"hostname":"torichan-ubuntu","msg":"server listening on http://127.0.0.1:8080"}
{"level":30,"time":1650464206557,"pid":83317,"hostname":"torichan-ubuntu","reqId":"req-1","req":{"method":"GET","url":"/","hostname":"localhost:8080","remoteAddress":"127.0.0.1","remotePort":44616},"msg":"incoming request"}
{"level":30,"time":1650464206582,"pid":83317,"hostname":"torichan-ubuntu","reqId":"req-1","res":{"statusCode":200},"responseTime":23.840847998857498,"msg":"request completed"}

オプションを指定して起動

torichan@torichan-ubuntu:~/$ masaba -p 8989 -d ./public

備考

WebAssembly(.wasm)の動作確認に便利、らしい?

0.1.2

1 year ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago