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

https://github.com/eniompw/flasksocketchat

Simple chat app using Python Flask Socket.io and JS
https://github.com/eniompw/flasksocketchat

chat chat-application flask js messaging messenger python python3 socket-io socketio

Last synced: 2 months ago
JSON representation

Simple chat app using Python Flask Socket.io and JS

Awesome Lists containing this project

README

          

# Simple chat app using Python Flask Socket.io and JS

## Install

pip install flask-socketio

## Files
* [app.py](https://github.com/eniompw/flask_socket/blob/main/app.py)
* [index.html](https://github.com/eniompw/flask_socket/blob/main/templates/index.html)

## Refs
* [JS Client Side](https://socket.io/get-started/chat#emitting-events)
* [Python Server Side](https://flask-socketio.readthedocs.io/en/latest/getting_started.html#rooms)