Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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