DEV Community

Discussion on: Web socket and HTTP(s); Intro to simple differences

Collapse
 
eulier profile image
Eulier Gonzalez • Edited

I already update the post. It's HTTP/1.1 which behave as a half-duplex, it can be use as a full-duplex using http polling, but acording to the Socket.io docs, it's more slower than it should be, when writing chat applications.