Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T13:27:53.000Z (about 2 years ago)
- Last Synced: 2024-11-29T22:19:08.387Z (2 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:**
![Css](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![JS](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)**Back-end:**
![Socket](https://img.shields.io/badge/Socket.io-010101?&style=for-the-badge&logo=Socket.io&logoColor=white)
![Node](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)
![JQUERY](https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white)
![EXPRESS](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white)## Documentação
[Documentação](https://socket.io/docs/v3/index.html)