A HTTP/2 multiplexing demo with Spring WebFlux Netty and React

Kwong Hung Yip
7 min readNov 8, 2020
Figure#1 The Stock Quote Dashboard screenshot

The HTTP/2 multiplexing feature overcomes the head of line blocking limitation inherited from HTTP/1.1, which greatly improves the TCP connection throughput between the browser and backend server.

To demonstrate the capacity gained from this feature, this post presents an example, the Stock Quote Dashboard, which is a single React page that plots the…

--

--