Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 336 Bytes

README_server.md

File metadata and controls

10 lines (8 loc) · 336 Bytes

Optimus Server

The Optimus profiler let you expose your data stats via a little http server. Our goal here is to send this data to a GUI in the client machine. Actually we are testing this concept with bumblebee.

To run the server:

set "FLASK_APP=optimus/server/app.py"
flask run