https://github.com/4lessandrodev/webchat
Chat web em tempo real com socket.io
https://github.com/4lessandrodev/webchat
Last synced: 5 months ago
JSON representation
Chat web em tempo real com socket.io
- Host: GitHub
- URL: https://github.com/4lessandrodev/webchat
- Owner: 4lessandrodev
- License: mit
- Created: 2020-04-09T16:39:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T19:17:40.000Z (almost 5 years ago)
- Last Synced: 2025-07-02T08:43:31.718Z (12 months ago)
- Language: HTML
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webchat
Esse é um webchat simples, foi criado utilizando a [documentação do SocketIO](https://socket.io/get-started/chat)
# Como usar
## Para vê-lo funcionando acesse: http://alessandrodev.com:21257/
1. Faça o download do repositório
- git clone https://github.com/ALESSANDROLMENEZES/webchat.git
2. Instale as depêndencias
- npm install
3. Inicia o servidor
- npm start
Esse é um wrapper da [documentação do SocketIO](https://socket.io/get-started/chat) mostrando como criar um webchat.