wnpower / NodeJS-TestApp

Aplicación de prueba en Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Aplicación de prueba en Node.JS


Languages

Language:JavaScript 57.9%Language:HTML 42.1%