Skip to content

PierreRochard/realtime-flask-experiment

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

realtime-flask-experiment

Experimenting with PostgreSQL's Listen/Notify and Flask-SocketIO

Blog post: https://rochard.org/personal-projects/realtime-flask-with-socketio-and-postgresql/

Flask part is largely from https://github.com/lukeyeager/flask-sqlalchemy-socketio-demo

PostgreSQL part is largely from https://blog.andyet.com/2015/04/06/postgres-pubsub-with-json/

Setup

The install.sh assumes that you are on your local dev pg instance that doens't have a password. If that's not the case you'll have to open up a terminal and modify the commands as needed.

bash install.sh
bash run.sh
bash test.sh
Open your browser and navigate to localhost:5001