3 comments

[ 4.2 ms ] story [ 11.3 ms ] thread
This might be the first Swift framework I've seen with halfway decent documentation. Always seemed like a huge barrier to entry for working with Swift server side.
Glad you think so! I'm hoping that simple docs coupled with the recent leaps and bounds of the swift server team and package manager (as well as incoming async/await) will make Swift on the server a much more appealing choice for folks with a Swift background.
Hey HN! Over the last year I’ve been working on a web framework for Swift. Its focus is on clean, elegant, full featured APIs and sharing code between Swift clients and server.

There are a couple quickstart projects in there (one Fullstack; iOS, Backend, Shared all in a single Xcode Project) to peruse. Would love for you guys to check it out and give feedback!