Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

configure socketio static file python

static_files = {
    '/': 'latency.html',
    '/static/socket.io.js': 'static/socket.io.js',
    '/static/style.css': 'static/style.css',
}
Source by python-socketio.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #configure #socketio #static #file #python
ADD COMMENT
Topic
Name
1+5 =