I understand there is a example on how to run a PythonAutobahn websocket server and a Flask server together in twisted (see below):
https://github.com/tavendo/AutobahnPython/blob/master/examples/twisted/websocket/echo_wsgi/server.py
However, I would like to do the same with a WAMP Server, and I cannot find a simple way.
Is there a easy example on how to do it?