Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sericaia/http2-examples-empireconf
HTTP2 examples for EmpireConf talk
https://github.com/sericaia/http2-examples-empireconf
empire http http2 serverpush serviceworkers sw
Last synced: 21 days ago
JSON representation
HTTP2 examples for EmpireConf talk
- Host: GitHub
- URL: https://github.com/sericaia/http2-examples-empireconf
- Owner: sericaia
- Created: 2017-10-06T11:14:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T17:05:54.000Z (over 7 years ago)
- Last Synced: 2024-12-18T06:18:47.565Z (about 2 months ago)
- Topics: empire, http, http2, serverpush, serviceworkers, sw
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### This repo contains some examples for my talk at [EmpireConf](http://2017.empireconf.org/)
### The rise of HTTP/2
This talk aims to explain how HTTP/2 works: understand the new features the protocol has in comparison with HTTP/1.x, and what developers will need to take into consideration when using it. We will take a quick look into the pitfalls of the protocol and how Service Workers may help to get the maximum of it and help to decrease latency. We're also going to play a bit with the new NodeJS implementation.