lifeisfoo / nodejs-intro-cometocode-2021

Demo intro nodejs

Home Page:https://cometocode.pignolalug.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Node.js + npm

https://nodejs.org/en/

01

cd 01-hello-node
node hello-node.js

02

cd 02-express-api-full
npm run start (o node index.js)
npm test - test
npm run autoreload - autoreload

03

cd 03-socket-io
node index.js

About

Demo intro nodejs

https://cometocode.pignolalug.it/


Languages

Language:JavaScript 63.6%Language:HTML 36.4%