ldkhanh / http2-experiments

Companion repo for the "HTTP/2 for the web developer" talk

Home Page:https://2015.event.springone2gx.com/schedule/sessions/http_2_for_the_web_developer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP/2 experiments with Spring Boot

This project is part of the "HTTP/2 for the Web developer" talk given at SpringOne2GX 2015.

Running this project

From the command line, run

$ mvn spring-boot:run

In your IDE, you have to run the Http2ExperimentsApplication class and customize your run configuration to add a JVM argument:

-Xbootclasspath/p:$HOME/.m2/repository/org/mortbay/jetty/alpn/alpn-boot/8.1.6.v20151105/alpn-boot-8.1.6.v20151105.jar

License

This project is released under version 2.0 of the Apache License.

About

Companion repo for the "HTTP/2 for the web developer" talk

https://2015.event.springone2gx.com/schedule/sessions/http_2_for_the_web_developer.html


Languages

Language:Java 68.2%Language:CSS 14.5%Language:HTML 13.2%Language:JavaScript 4.0%