NozeIO / MicroExpress

A micro web server framework on top of Swift NIO
http://www.alwaysrightinstitute.com/microexpress-nio2/
126 stars 14 forks source link

Add unixSocket support for listen method #5

Closed jdrouet closed 5 years ago

jdrouet commented 5 years ago

Signed-off-by: Jérémie Drouet jeremie.drouet@gmail.com

jdrouet commented 5 years ago

@helje5 here is the pull request for the issue #5 I'm not a Swift person, so feel free to five me some feedbacks ;)

helje5 commented 5 years ago

Nice, AF_LOCAL is already supported in NIO :-) Give me a little time to review.

helje5 commented 5 years ago

Would be nice to share code between the two almost identical functions, but I think this is fine as-is.