https://github.com/karenyov/chatnodejs
Chat feito em NodeJS
https://github.com/karenyov/chatnodejs
chat javascript nodejs socket-io
Last synced: 2 months ago
JSON representation
Chat feito em NodeJS
- Host: GitHub
- URL: https://github.com/karenyov/chatnodejs
- Owner: karenyov
- Created: 2018-05-30T21:20:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T00:23:14.000Z (about 8 years ago)
- Last Synced: 2025-03-01T00:31:39.311Z (over 1 year ago)
- Topics: chat, javascript, nodejs, socket-io
- Language: HTML
- Homepage:
- Size: 527 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat NodeJS :speech_balloon:
Este repositório contém um projeto Chat feito com NodeJS.

## Características
- [Socket.io](https://socket.io) para comunicação
- [Express](http://expressjs.com/pt-br/) Framework
- [EJS](http://ejs.co) Template Node
- [Bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/introduction/)
## Rodando Aplicação
1. Instalar as dependências com npm:
`npm install`
2. Subir o servidor via NodeJS, no terminal executar:
`node server.js`
> Dica: teste com mais de uma pessoa conectada!! ou abra duas abas no seu navegador rs
Abrir navegador em http://localhost:3000/.