Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
flask-react-socketio
f0a300587194a9815c0768bd7b806429eb0f8abf
f0a300587194a9815c0768bd7b806429eb0f8abf
Switch branch/tag
flask-react-socketio
server.py
Find file
Normal view
History
Permalink
server.py
100 Bytes
Newer
Older
python3
Carlos Azuaje
committed
Sep 30, 2019
1
from
.app
import
create_app
,
socketio
Create components for file upload and file information
charlyjazz
committed
Nov 04, 2017
2
Input file to server
charlyjazz
committed
Nov 06, 2017
3
4
5
app
=
create_app
()
socketio
.
run
(
app
,
debug
=
True
,
port
=
8000
)