Working from computer networks, communication between browser and server. AND Working from computer networks, communication soket and print doc.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
git clone
Execute command
npm install
And
node -v = v6.11.4
Open two terminals and a first execute the command
node main.js
After in second terminal execute the command
telnet localhost 8081
Open terminal and execute the command
node server.js
Then, open your browser and go to the address
http://localhost:5000
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Filipe Nunes - Let'sGo
See also the list of contributors who participated in this project.