livro-nodejs
Repositório público com códigos de exemplos do livro: Aplicações web real-time com Node.js
File Explorer
Download Latest Version (.zip)- app.js
- global.js
- hello.js
- human.js
- chat.js
- contatos.js
- home.js
- chat.js
- app.log
- error.log
- autenticador.js
- error.js
- usuario.js
- style.css
- chat.js
- contatos.js
- home.js
- contatos.js
- home.js
- index.ejs
- edit.ejs
- index.ejs
- notify_script.ejs
- show.ejs
- index.ejs
- exit.ejs
- footer.ejs
- header.ejs
- not-found.ejs
- server-error.ejs
- .gitignore
- .mocharc.json
- app.js
- clusters.js
- config.js
- package-lock.json
- package.json
- server.js
- hello_server.js
- hello_server2.js
- hello_server3.js
- index.html
- remover.js
- site_pessoal.js
- url_server.js
- callback_heaven.js
- callback_hell.js
- leitura_async.js
- leitura_sync.js
- processamento.js
- text_async.js
- text_sync.js
- home.js
- style.css
- home.js
- index.ejs
- .gitignore
- app.js
- package-lock.json
- package.json
- contatos.js
- home.js
- autenticador.js
- error.js
- style.css
- contatos.js
- home.js
- edit.ejs
- index.ejs
- show.ejs
- index.ejs
- exit.ejs
- footer.ejs
- header.ejs
- not-found.ejs
- server-error.ejs
- .gitignore
- app.js
- package-lock.json
- package.json
- chat.js
- contatos.js
- home.js
- chat.js
- autenticador.js
- error.js
- style.css
- chat.js
- contatos.js
- home.js
- index.ejs
- edit.ejs
- index.ejs
- notify_script.ejs
- show.ejs
- index.ejs
- exit.ejs
- footer.ejs
- header.ejs
- not-found.ejs
- server-error.ejs
- .gitignore
- app.js
- config.js
- npm-debug.log
- package-lock.json
- package.json
- chat.js
- contatos.js
- home.js
- chat.js
- autenticador.js
- error.js
- usuario.js
- style.css
- chat.js
- contatos.js
- home.js
- index.ejs
- edit.ejs
- index.ejs
- notify_script.ejs
- show.ejs
- index.ejs
- exit.ejs
- footer.ejs
- header.ejs
- not-found.ejs
- server-error.ejs
- .gitignore
- app.js
- config.js
- package-lock.json
- package.json
- chat.js
- contatos.js
- home.js
- chat.js
- autenticador.js
- error.js
- usuario.js
- style.css
- chat.js
- contatos.js
- home.js
- contatos.js
- home.js
- index.ejs
- edit.ejs
- index.ejs
- notify_script.ejs
- show.ejs
- index.ejs
- exit.ejs
- footer.ejs
- header.ejs
- not-found.ejs
- server-error.ejs
- .gitignore
- .mocharc.json
- app.js
- config.js
- package-lock.json
- package.json
- chat.js
- contatos.js
- home.js
- chat.js
- autenticador.js
- error.js
- usuario.js
- style.css
- chat.js
- contatos.js
- home.js
- contatos.js
- home.js
- index.ejs
- edit.ejs
- index.ejs
- notify_script.ejs
- show.ejs
- index.ejs
- exit.ejs
- footer.ejs
- header.ejs
- not-found.ejs
- server-error.ejs
- .gitignore
- .mocharc.json
- app.js
- app.log
- clusters.js
- config.js
- package-lock.json
- package.json
- artigos.html
- contato.html
- desafio.js
- erro.html
- chat.js
- contatos.js
- home.js
- db_connect.js
- autenticador.js
- error.js
- usuario.js
- glyphicons-halflings-white.png
- glyphicons-halflings.png
- zepto.min.js
- style.css
- chat.js
- contatos.js
- home.js
- chat.js
- chat.js
- contatos.js
- home.js
- mocha.opts
- chat_script.ejs
- index.ejs
- edit.ejs
- index.ejs
- notify_script.ejs
- show.ejs
- index.ejs
- exit.ejs
- footer.ejs
- header.ejs
- not-found.ejs
- server-error.ejs
- app.js
- app.log
- clusters.js
- config.json
- error.log
- package.json
- README.md
- server.js
- .gitignore
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/caio-ribeiro-pereira/livro-nodejs
Downloads the entire project code from GitHub to your computer.
cd livro-nodejs
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
⚠️ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd capitulo-10/ntalk
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
