Apply WSGI in server

Hi, thanks for Activity watch
I tried two update it with GUnicorn and uwsgi for better performance
I try run the server with:
uwsgi --http 127.0.0.1:8080 --master -p 4 -w aw_server.main:main
but its always return error:
type error: main() takes 0 possitional arguments but 2 were given
sorry I newbee, I already try search information about it, but the model of code looks different with any example in browser
is posibble to run the server in uwsgi without many change in code?

No, you have to change the code.