The project up to this version:
Virtualization: Virtual hosts are domains mapped to directories, run on the same node process and same Webflo instance as the root host. Conversely, future versions are planned to be reverse proxies for virtual hosts.
Certbot: The certbot service generate::cert
is an inhouse implementation. Conversely, distant future versions might employ third-party modules like Greenlock
.
Sessions: The httpEvent.session
object/proxy is property-based (i.e.: a data object). Conversely, distant future versions might be method-based (i.e.: a JavaScript Map
with methods as set()
, get()
, has()
, delete()
, etc.).