5 min read
0
Part 1: Real-Time Browser to Browser Communication Using Node.Js and Socket.Io
Usually browsers communicate with the server, sending a request and getting a response. But what if it would be possible…