https://github.com/benevanio/chatbot
Chat com webSockets(Socket IO) e Node js
https://github.com/benevanio/chatbot
chatbot chatbots mensageria nodejs socket-io websocket websocket-chat websocket-client websocket-server
Last synced: 26 days ago
JSON representation
Chat com webSockets(Socket IO) e Node js
- Host: GitHub
- URL: https://github.com/benevanio/chatbot
- Owner: Benevanio
- License: mit
- Created: 2023-01-02T19:45:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T13:27:53.000Z (about 3 years ago)
- Last Synced: 2025-01-28T11:37:46.623Z (12 months ago)
- Topics: chatbot, chatbots, mensageria, nodejs, socket-io, websocket, websocket-chat, websocket-client, websocket-server
- Language: HTML
- Homepage: https://chat-bot-sage.vercel.app
- Size: 1.56 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatBot(socket IO)
Salve pessoas Vida longa e prospera, este é um chatBot com nodejs(nodemon/express) e Socket Io para o serviço de mensageria em formato de chat.
# Oque é o socke IO?
socket.io é uma biblioteca que serve para manter uma comunicação em tempo real, bidirecional e que se baseia em eventos que acontecem entre o navegador e o servidor.
# Como funciona?
O client (o usuário usando o navegador) tentará estabelecer uma conexão websocket, ou recorrerá à pesquisa longa do protocolo HTTP caso não faça essa conexão.
## Stack utilizada
**Front-end:**



**Back-end:**




## Documentação
[Documentação](https://socket.io/docs/v3/index.html)