codelv / enaml-web

Build interactive websites with enaml
https://codelv.com/projects/enaml-web/
MIT License
99 stars 17 forks source link

[DOC] WGSI bootstrap to Enaml-web ? #39

Open Kochise opened 1 year ago

Kochise commented 1 year ago

Hi,

I have a domain that is served through a WGSI engine.

Is there a way to startup Enaml-web instead ?

Regards.

frmdstryr commented 1 year ago

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.

Kochise commented 1 year ago

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.