Skip to content

ageller/FlaskTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskTest

A simple test with python flask, socket-io, and webgl to separate the vis and gui

To Run

$ python app.py

Then open two browser windows. The gui lives here:

http://localhost:5000/gui

The viewer lives here:

http://localhost:5000/viewer

Change the values on the gui sliders, and watch the viewer update.

To allow a port in ubuntu:

sudo ufw allow 5000

to disable:

sudo ufw deny 5000

About

A simple test with python flask and webgl to separate the vis and gui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors