Portfolio Projects Page


Network Project


That´s the "Login" page when the user enters their username and login to the next page. Everything is a single-page application having index.html as the unique HTML file.


Each user can choose either paper, scissors, or rock and once the choice is made I just disable all the buttons waiting for the other´s opponent´s choice.


By using io.sockets.emit I was able to broadcast from the server to every client connected to the server.


Portfolio Landing Page