enaml-web
enaml-web copied to clipboard
[DOC] WGSI bootstrap to Enaml-web ?
Hi,
I have a domain that is served through a WGSI engine.
Is there a way to startup Enaml-web instead ?
Regards.
There are many python http servers (django, tornado, flask, etc..) with wsgi support that you can use. Just replace whatever the default template engine is with enaml-web.
The problem is that it is a isp web hosting that only provides a WSGI entry point :
https://docs.gandi.net/en/web_hosting/languages/python.html https://docs.gandi.net/en/web_hosting/advanced_configurations/uwsgi.html
Must investigate how to supersede it à-la "I reject your reality and substitute my own".
Regards.