Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 492 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 492 Bytes

http2-example

http2 demo using koa and component

提供了两个例子:

  • http 和 http2 图片加载速度对比
  • 请求页面,推送页面相关资源

打开chrome开发者工具,查看资源获取状况

安装:

# Clone this example
git clone git://github.com/l-zhi/http2-example
cd http2-example

# Install all dependencies and build the assets
npm install

# Start the server. Serves on port 3456 by default
npm start

License

The MIT License (MIT)