planety / prologue

Powerful and flexible web framework written in Nim
https://planety.github.io/prologue
Apache License 2.0
1.23k stars 47 forks source link

Allow custom socket listener #223

Closed mildred closed 10 months ago

mildred commented 1 year ago

Allow custom listener socket. This can be used to implement systemd socket activation or to configure a server over unix domain sockets.

Depends on https://github.com/ringabout/httpx/pull/31

mildred commented 10 months ago

Rebased on most recent devel and updated httpx version dependency to include https://github.com/ringabout/httpx/pull/31

ringabout commented 10 months ago

Nice work!

PhilippMDoerner commented 10 months ago

Looks like really cool work, thanks @mildred !