はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ Koa

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 2 / 2件)
 

どうして Fastify は生の Node.js より速いの?

2020/11/11 このエントリーをはてなブックマークに追加 192 users Instapaper Pocket Tweet Facebook Share Evernote Clip hapi fastify フレームワーク Express 本体

Fastify 速いですね Express が hapi より遅いのは意外でした Koa は本体だけだと Express 以上に何もしないので その分速めです よくみると驚きなのが http.Server より Fastify が速いというところ http.Server はフレームワークを使わない Node.js 自体の API です Koa や hapi はこれを中で使っています これより速... 続きを読む

Koa - next generation web framework for node.js

2013/12/19 このエントリーをはてなブックマークに追加 213 users Instapaper Pocket Tweet Facebook Share Evernote Clip NeXT GENERATION

IntroductionKoa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. Through leveraging ge... 続きを読む

 
(1 - 2 / 2件)