Hacker News new | ask | show | jobs
by kylef 3767 days ago
The mistake most of these make is they are both web frameworks and they have their own build in web server. We should learn from mistakes in previous communities such as in Python (https://www.python.org/dev/peps/pep-0333/#rationale-and-goal...) and not tightly coupling these things together.

A user should be free to choose their favourite web framework and then choose the best web server for their needs.

1 comments

The server behind Vapor can be swapped out with any class that conforms to ServerDriver. So providers could be added to support any Swift web server.
I said "most", not "all" ;).