タグ Koa
人気順 5 users 10 users 50 users 500 users 1000 users(1 - 2 / 2件)
どうして Fastify は生の Node.js より速いの?
Fastify 速いですね Express が hapi より遅いのは意外でした Koa は本体だけだと Express 以上に何もしないので その分速めです よくみると驚きなのが http.Server より Fastify が速いというところ http.Server はフレームワークを使わない Node.js 自体の API です Koa や hapi はこれを中で使っています これより速... 続きを読む
Koa - next generation web framework for node.js
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件)