Skip to content

lokesh-everest/http2-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTP2-Example in NodeJS

This is a test example to test how http1.1 and http2 fares

Note: For http2 connections browser needs TLS certificate. You can generate one and add as selfsigned.crt and selfsigned.key inorder for server/server.js to work

To run http2 server from the project root folder run node ./server/server.js

To run http1.1 server from the project root folder node ./server/http-1-server.js

About

An example project to compare http2 and http1.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published