Skip to content

wnpower/NodeJS-TestApp

Repository files navigation

NodeJS-TestApp

Aplicaciones de prueba en Node.js

App simple Node.js

cd ~
git clone https://github.com/wnpower/NodeJS-TestApp.git
cd NodeJS-TestApp
npm install
node test_app.js

App Node.js con Websockets

cd ~
git clone https://github.com/wnpower/NodeJS-TestApp.git
cd NodeJS-TestApp
npm install ws
node test_websockets.js

App Node.js con Puppeteer

cd ~
git clone https://github.com/wnpower/NodeJS-TestApp.git
cd NodeJS-TestApp
npm install puppeteer
node test_puppeteer.js

App Node.js de chat con socket.io

    cd ~
    git clone https://github.com/wnpower/NodeJS-TestApp.git
    cd NodeJS-TestApp/socket.io
    npm install socket.io express
    node test_socketio.js