Closed jdrouet closed 5 years ago
I'd like to be able to do
let app = Express() app.listen("/my/awesome/service.socket")
Like with the original express (due to node http module)
If this looks doable and interesting, I could take a look at it.
That would be really cool! You would probably just have to add a related bootstrap to SwiftNIO first.
Implemented in PR #5, thanks!
I'd like to be able to do
Like with the original express (due to node http module)
If this looks doable and interesting, I could take a look at it.