文件名称:fastify-example:简单的例子
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-21 02:47:34
JavaScript
这是一个可笑的简单固定示例,主要用于测试我的容器化计算堆栈。 直接运行Node应用 $ git clone git@github.com:charlesread/fastify-example.git $ cd fastify-example/src $ npm i $ node index.js $ curl < your> :8080 # in another shell # ==> {"address":"192.168.0.64","date":"2018-07-15T13:10:31.534Z"} 在提供的Docker容器中运行Node应用 $ git clone git@github.com:charlesread/fastify-example.git $ cd fastify-example $ ./run.sh $ curl localhost:8
【文件预览】:
fastify-example-master
----src()
--------index.js(628B)
--------package-lock.json(16KB)
--------package.json(302B)
----Dockerfile(177B)
----run.sh(107B)
----README.md(643B)
----.gitignore(30B)