rawhat / mist

gleam HTTP server. because it glistens on a web
Apache License 2.0
260 stars 11 forks source link

Allow Mist to Listen on Unix Domain Socket #48

Open varnerac opened 2 months ago

varnerac commented 2 months ago

It'd be nice to allow Mist to listen on a Unix Domain Socket.

rawhat commented 2 months ago

I think this has come up before... I'll need to add support to glisten first, and then figure out a good way to expose that in mist.

I have something roughly working locally for glisten, but I'm not sure the API is really ideal...

I'll noodle on this a bit, and maybe try to get some feedback in the Discord.