Reply
Wed 17 Jun, 2015 10:49 pm
Hi all,
I am currently working on a project that involves using Http/2 and node.js. I am using node.js to ping my database for changes. I want my client (html + Javascript : say index.html) to send http/2 requests to node.js scripts to execute server side code and interpret the responses sent by my node.js script. Which library is available to send and receive http/2 requests and display the content on the webpage?
Please let me know,
Cheers