エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
four: node vs narwhal benchmark
記事へのコメント1件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
four: node vs narwhal benchmark
node vs narwhal benchmark A simple benchmark against two popular "Server-Side Javascript" program... node vs narwhal benchmark A simple benchmark against two popular "Server-Side Javascript" programs: node.js v0.1.9 and Narwhal version d147c160f11fdfb7f3c0763acf352b2b0e2713f7 using the Rhino backend. The script I used for Node was thisbody = "Hello, Web!"; node.http.createServer(function (request, response) { response.sendHeader(200, { "Content-Type": "text/plain", "Content-Length": body.length