Tunga Interview Question

Which statement is true about HTTP/2 in Node?

Interview Answer

Anonymous

Jun 4, 2021

Your choice: correct -You can require('http2') and use it to create secure HTTP/2 servers and read from them as well.

1