As Falcon doesn't include a server, Waitress is suitable as one. waitress-serve --port=8080 app:api
The...pip freeze contains: appdirs, falcon, packaging, pyparsing, python-mimeparse, six, waitress....Launched with the waitress by command "waitress-serve --port=8080 app:__hug_wsgi__"
pip freeze contains...: appdirs, falcon, hug, packaging, pyparsing, python-mimeparse, requests, six, waitress.