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
The MIT License (MIT)