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
node.jsのためのWebアプリケーションフレームワークexpress。主にURLルーティングのテストには supertest が便利。 (1) expressでHelloWorld express の Getting started に従って、HelloWorldを表示するWebアプリを作ってみる。 $npm install express $vi app.js var express = require('express'), app = express(); app.get('/hello.txt', function (req, res) { res.send('Hello World'); }); app.listen(3000, '0.0.0.0'); $node app.js app#send を使うと、Content-Length を自動的に追加してくれる。 ブラウザから
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く