Aplicaciones de prueba en Node.js
cd ~
git clone https://github.com/wnpower/NodeJS-TestApp.git
cd NodeJS-TestApp
npm install
node test_app.js
cd ~
git clone https://github.com/wnpower/NodeJS-TestApp.git
cd NodeJS-TestApp
npm install ws
node test_websockets.js
cd ~
git clone https://github.com/wnpower/NodeJS-TestApp.git
cd NodeJS-TestApp
npm install puppeteer
node test_puppeteer.js
cd ~
git clone https://github.com/wnpower/NodeJS-TestApp.git
cd NodeJS-TestApp/socket.io
npm install socket.io express
node test_socketio.js