Skip to content

francoparodi/flask_socketio_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask SocketIO Sample

Getting Started

A sample socketIO with Flask, using Application Factory. Sample shows the use of a single thread as daemon to send data to client.

Prerequisites

Installing

Running

as app

export FLASK_APP=flaskr
flask run

as wsgi server

gunicorn --worker-class eventlet -w 1 -b localhost:8080 wsgi

Deployment

As seen above (gunicorn...)

Authors

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published