Configurer le fichier statique de socketio python
static_files = {
'/': 'latency.html',
'/static/socket.io.js': 'static/socket.io.js',
'/static/style.css': 'static/style.css',
}
STEVE-ROLAND NDE TSAPI