-1

I am working in a Nodejs express project. Can I migrate my project to HTTP2. Want to know it's advantage over normal HTTP and complexity of work for change in code. At front-end I am using Angular 6+.

mukund patel
  • 1,039
  • 10
  • 31

1 Answers1

0

I think this is a good article about http1 and http2: Difference between http1 and http2

And also http2 with angularjs: Usign http2 with angularjs

Paul
  • 1,344
  • 4
  • 19
  • 37