I'm working on a project that revolves around using full duplex HTTP connections. By the time I finish my project, I hope that all major browsers will have this feature implemented. I know that popular server-side JavaScript platforms like Deno and Node already support it, but are there any browsers out there currently enabling full duplex HTTP connections?
2 Answers
HTTP/2 is indeed fully duplex, and some argue that HTTP/1 can achieve similar results. However, if you're aiming for a streamlined approach without needing additional third-party scripts, leveraging HTTP/2 might be your best bet for dealing with streams of data seamlessly.
While WebSockets do allow full duplex, keep in mind that they consume a whole TCP socket. On the other hand, HTTP/2 supports full duplex capabilities while sharing connections, which might be a better fit for your project.
Related Questions
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically
[Centos] Delete All Files And Folders That Contain a String