Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 716 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 716 Bytes

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