Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renanstn/python-chat-socketio
Exemplo de chat online, feito com Flask + Socket.io.
https://github.com/renanstn/python-chat-socketio
flask flask-socketio heroku python
Last synced: 1 day ago
JSON representation
Exemplo de chat online, feito com Flask + Socket.io.
- Host: GitHub
- URL: https://github.com/renanstn/python-chat-socketio
- Owner: renanstn
- Created: 2020-09-23T20:49:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T15:59:22.000Z (over 4 years ago)
- Last Synced: 2024-11-30T12:13:38.455Z (2 months ago)
- Topics: flask, flask-socketio, heroku, python
- Language: HTML
- Homepage: https://python-socketio-chat.herokuapp.com/
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python - Chat com socket.io
Exemplo de um chat online, feito utilizando `flask` e `flask-socketio`.
![screenshot](https://github.com/renanstd/python-chat-socketio/blob/master/screenshots/print02.png)
- Feito com base [neste](https://codeburst.io/building-your-first-chat-application-using-flask-in-7-minutes-f98de4adfa5d) ótimo artigo.
- Você pode conferir o chat funcionando [aqui](https://python-socketio-chat.herokuapp.com/) :smile:
# Executando
- Instale as dependências:
- `pipenv install`
- Inicialize o shell do ambiente virtual
- `pipenv shell`
- Execute o `main.py`
- `python src/main.py`
- Confira o chat em:
- http://127.0.0.1:5000/
# Todo- [ ] Persistir as informações trocadas no chat