With Swift becoming open source soon, does that mean it will be possible to use Swift for web development? Are there any web framework for Swift projects out there?
I'm sure there will be many swift web frameworks that spring up after swift is open sourced, and I could see it as a very real challenger to the similar apps written in Go. Especially if you've already written the frontend code for the iOS eco system, the reusing code for any web based backend system just makes sense. Although I do wonder if swifts primary advantage, its speed, is negated by the speed of making web requests.